'Declaration
<SRCategoryAttribute("CatLayout")> <System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <SRDescriptionAttribute("FormDesktopLocationDescr")> Public Property DesktopLocation As System.Drawing.Point
'Usage
Dim instance As WorkbookDesigner Dim value As System.Drawing.Point instance.DesktopLocation = value value = instance.DesktopLocation
[SRCategory("CatLayout")] [System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("FormDesktopLocationDescr")] public System.Drawing.Point DesktopLocation {get; set;}
public read-write property DesktopLocation: System.Drawing.Point;
SRCategoryAttribute("CatLayout") System.ComponentModel.BrowsableAttribute() System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) SRDescriptionAttribute("FormDesktopLocationDescr") public function get,set DesktopLocation : System.Drawing.Point
[SRCategory("CatLayout")] [System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("FormDesktopLocationDescr")] public: __property System.Drawing.Point get_DesktopLocation(); public: __property void set_DesktopLocation( System.Drawing.Point value );
[SRCategory("CatLayout")] [System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("FormDesktopLocationDescr")] public: property System.Drawing.Point DesktopLocation { System.Drawing.Point get(); void set ( System.Drawing.Point value); }