InputPanel for WinForms帮助文档
MaskFull 属性






Gets a value indicating whether all required and optional inputs have been entered into the input mask.
语法
'声明
 
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public ReadOnly Property MaskFull As System.Boolean
'用法
 
Dim instance As InputMaskedTextBox
Dim value As System.Boolean
 
value = instance.MaskFull
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public System.bool MaskFull {get;}
public read-only property MaskFull: System.Boolean; 
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
public function get MaskFull : System.boolean
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property System.bool get_MaskFull();
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
property System.bool MaskFull {
   System.bool get();
}
需求

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

请参见

引用

InputMaskedTextBox 类
InputMaskedTextBox 成员

Send Feedback