InputPanel for WinForms帮助文档
ClientSize 属性






语法
'声明
 
<System.ComponentModel.BrowsableAttribute(False)>
<SRDescriptionAttribute("确定此控件内部区域的大小。")>
<SRCategoryAttribute("布局")>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Property ClientSize As System.Drawing.Size
'用法
 
Dim instance As C1InputPanel
Dim value As System.Drawing.Size
 
instance.ClientSize = value
 
value = instance.ClientSize
[System.ComponentModel.Browsable(false)]
[SRDescription("确定此控件内部区域的大小。")]
[SRCategory("布局")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public System.Drawing.Size ClientSize {get; set;}
public read-write property ClientSize: System.Drawing.Size; 
System.ComponentModel.BrowsableAttribute()
SRDescriptionAttribute("确定此控件内部区域的大小。")
SRCategoryAttribute("布局")
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
public function get,set ClientSize : System.Drawing.Size
[System.ComponentModel.Browsable(false)]
[SRDescription("确定此控件内部区域的大小。")]
[SRCategory("布局")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public: __property System.Drawing.Size get_ClientSize();
public: __property void set_ClientSize( 
   System.Drawing.Size value
);
[System.ComponentModel.Browsable(false)]
[SRDescription("确定此控件内部区域的大小。")]
[SRCategory("布局")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public:
property System.Drawing.Size ClientSize {
   System.Drawing.Size get();
   void set (    System.Drawing.Size value);
}
需求

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

请参见

引用

C1InputPanel 类
C1InputPanel 成员

Send Feedback