?? opennetcf.windows.forms.xml
字號:
<member name="P:OpenNETCF.Windows.Forms.Button2.ActiveBackgroundImage">
<summary>
Gets or sets the background image displayed for the control in an active state.
</summary>
<value>A <see cref="T:System.Drawing.Image"/> that represents the active image to display in the background of the control.</value>
</member>
<member name="P:OpenNETCF.Windows.Forms.Button2.ActiveBorderColor">
<summary>
Gets or sets the color of the border for the control in an active state.
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that represents the border color of the control. The default is Color.Black.</value>
<remarks>
This property is only valid when the BorderStyle property is set to FixedSingle.
</remarks>
</member>
<member name="P:OpenNETCF.Windows.Forms.Button2.ActiveForeColor">
<summary>
Gets or sets the foreground color for the control in an active state.
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that represents the active foreground color of the control. The default is SystemColors.Control.</value>
</member>
<member name="P:OpenNETCF.Windows.Forms.Button2.BorderColor">
<summary>
Gets or sets the color of the border for the control in an enabled state.
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that represents the border color of the control. The default is Color.Black.</value>
<remarks>
This property is only valid when the BorderStyle property is set to FixedSingle.
</remarks>
</member>
<member name="P:OpenNETCF.Windows.Forms.Button2.BorderStyle">
<summary>
Gets or sets the style of the border for the control.
</summary>
<value>One of the <see cref="T:System.Windows.Forms.BorderStyle"/> values. The default is FixedSingle.</value>
<remarks>
It is recommended that applications targeting the broad Windows platform use the Fixed3D value, and applications targeting either the Pocket PC or Smartphone platform use the default, FixedSingle.
</remarks>
</member>
<member name="P:OpenNETCF.Windows.Forms.Button2.DialogResult">
<summary>
Gets or sets a value that is returned to the parent form when the button is activated.
</summary>
<value>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values. The default value is None.</value>
</member>
<member name="P:OpenNETCF.Windows.Forms.Button2.DisabledBackColor">
<summary>
Gets or sets the background color for the control in a disabled state.
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that represents the disabled background color of the control. The default is SystemColors.Control.</value>
</member>
<member name="P:OpenNETCF.Windows.Forms.Button2.DisabledBackgroundImage">
<summary>
Gets or sets the background image displayed for the control in a disabled state.
</summary>
<value>A <see cref="T:System.Drawing.Image"/> that represents the disabled image to display in the background of the control.</value>
</member>
<member name="P:OpenNETCF.Windows.Forms.Button2.DisabledBorderColor">
<summary>
Gets or sets the color of the border for the control in a disabled state.
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that represents the disabled border color of the control.</value>
<remarks>
This property is only valid when the BorderStyle property is set to FixedSingle.
</remarks>
</member>
<member name="P:OpenNETCF.Windows.Forms.Button2.DisabledForeColor">
<summary>
Gets or sets the foreground color for the control in a disabled state.
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that represents the disabled foreground color of the control.</value>
</member>
<member name="P:OpenNETCF.Windows.Forms.Button2.TransparentImage">
<summary>
Gets or sets a value indicating whether the foreground image for the control contains transparency.
</summary>
<value>A <see cref="T:System.Boolean"/> that is set to <b>true</b> if the foreground image of the control contains transparency; otherwise, <b>false</b>. The default is <b>true</b>.</value>
<remarks>
The color of the top-left pixel in the foreground image is used as the transparency key.
</remarks>
</member>
<member name="T:OpenNETCF.Windows.Forms.CharacterCasing">
<summary>
Specifies the case of characters in a <see cref="T:OpenNETCF.Windows.Forms.TextBox2"/> control.
</summary>
</member>
<member name="F:OpenNETCF.Windows.Forms.CharacterCasing.Normal">
<summary>
The case of characters is left unchanged.
</summary>
</member>
<member name="F:OpenNETCF.Windows.Forms.CharacterCasing.Upper">
<summary>
Converts all characters to uppercase.
</summary>
</member>
<member name="F:OpenNETCF.Windows.Forms.CharacterCasing.Lower">
<summary>
Converts all characters to lowercase.
</summary>
</member>
<member name="T:OpenNETCF.Windows.Forms.CheckBox2">
<summary>
Represents an enhanced CheckBox with similar functionality that's available in the .NET Framework.
</summary>
</member>
<member name="M:OpenNETCF.Windows.Forms.CheckBox2.#ctor">
<summary>
Initializes a new instance of the CheckBox2 class
</summary>
</member>
<member name="M:OpenNETCF.Windows.Forms.CheckBox2.OnCheckStateChanged(System.EventArgs)">
<summary>
Raises the System.Windows.Forms.CheckBox.CheckStateChanged event.
</summary>
<param name="e">A System.EventArgs that contains the event data.</param>
</member>
<member name="M:OpenNETCF.Windows.Forms.CheckBox2.ScaleControl(System.Drawing.SizeF,System.Windows.Forms.BoundsSpecified)">
<summary>
Scales a controls location, size, padding and margin.
</summary>
<param name="factor"></param>
<param name="specified"></param>
</member>
<member name="M:OpenNETCF.Windows.Forms.CheckBox2.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the PaintEvent.
</summary>
<param name="e"></param>
</member>
<member name="M:OpenNETCF.Windows.Forms.CheckBox2.OnGotFocus(System.EventArgs)">
<summary>
Raises the GotFocus event
</summary>
<param name="e"></param>
</member>
<member name="M:OpenNETCF.Windows.Forms.CheckBox2.OnLostFocus(System.EventArgs)">
<summary>
Raises the LostFocus event
</summary>
<param name="e"></param>
</member>
<member name="M:OpenNETCF.Windows.Forms.CheckBox2.OnParentChanged(System.EventArgs)">
<summary>
Raises the ParentChanged event
</summary>
<param name="e"></param>
</member>
<member name="M:OpenNETCF.Windows.Forms.CheckBox2.OnResize(System.EventArgs)">
<summary>
Raises the Resize event
</summary>
<param name="e"></param>
</member>
<member name="M:OpenNETCF.Windows.Forms.CheckBox2.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseUp event
</summary>
<param name="e"></param>
</member>
<member name="M:OpenNETCF.Windows.Forms.CheckBox2.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseDown event
</summary>
<param name="e"></param>
</member>
<member name="M:OpenNETCF.Windows.Forms.CheckBox2.OnTextChanged(System.EventArgs)">
<summary>
Raises the TextChanged event
</summary>
<param name="e"></param>
</member>
<member name="M:OpenNETCF.Windows.Forms.CheckBox2.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the EnabledChanged event
</summary>
<param name="e"></param>
</member>
<member name="F:OpenNETCF.Windows.Forms.CheckBox2.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:OpenNETCF.Windows.Forms.CheckBox2.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:OpenNETCF.Windows.Forms.CheckBox2.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:OpenNETCF.Windows.Forms.CheckBox2.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
<summary>
Raises the OnKeyPress event
</summary>
<param name="e"></param>
</member>
<member name="M:OpenNETCF.Windows.Forms.CheckBox2.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
<summary>
Raises the OnKeyUp event.
</summary>
<param name="e"></param>
</member>
<member name="M:OpenNETCF.Windows.Forms.CheckBox2.DrawFocusRectangle(System.Drawing.Rectangle,System.Drawing.Rectangle)">
<summary>
New for v2.1. Draws a focus rectangle similar to WM5 functionality.
</summary>
<param name="checkRect"></param>
<param name="textRect"></param>
<version>2.1</version>
</member>
<member name="M:OpenNETCF.Windows.Forms.CheckBox2.OpenNETCF#Windows#Forms#IWin32Window#get_Handle">
<summary>
Represents an enhanced CheckBox with similar functionality that's available in the .NET Framework.
</summary>
</member>
<member name="E:OpenNETCF.Windows.Forms.CheckBox2.CheckStateChanged">
<summary>
Occurs when the value of the CheckBox.CheckState property changes.
</summary>
</member>
<member name="P:OpenNETCF.Windows.Forms.CheckBox2.CheckAlign">
<summary>
Gets or sets the alignment of the checkBox.
</summary>
<exception cref="T:System.NotSupportedException">CheckBox2 does not support ContentAlignment.TopCenter.</exception>
</member>
<member name="P:OpenNETCF.Windows.Forms.CheckBox2.CheckState">
<summary>
Gets or sets the state of the check box.
</summary>
</member>
<member name="P:OpenNETCF.Windows.Forms.CheckBox2.BorderStyle">
<summary>
Gets or sets the border style color of the control.
</summary>
</member>
<member name="P:OpenNETCF.Windows.Forms.CheckBox2.Text">
<summary>
Gets or sets the text associated with this control.
</summary>
</member>
<member name="P:OpenNETCF.Windows.Forms.CheckBox2.Checked">
<summary>
Gets or set a value indicating whether the check box is in the checked state.
</summary>
</member>
<member name="P:OpenNETCF.Windows.Forms.CheckBox2.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -