'Declaration <CategoryAttribute("Icon page")> <DescriptionAttribute("The X coordinate of hotspot if the icon is a cursor.")> Public ReadOnly Property HotspotX As System.Int32
[Category("Icon page")] [Description("The X coordinate of hotspot if the icon is a cursor.")] public System.Int32 HotspotX { get; }
[Category("Icon page")] [Description("The X coordinate of hotspot if the icon is a cursor.")] public: __property System.Int32 get_HotspotX();
[Category("Icon page")] [Description("The X coordinate of hotspot if the icon is a cursor.")] public:
property System.Int32 HotspotX { System.Int32 get(); }