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