⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 opennetcf.windows.forms.xml

📁 windows mobile 5 下的渐变Button 按钮.
💻 XML
📖 第 1 页 / 共 5 页
字号:
        <member name="M:OpenNETCF.Windows.Forms.Button2.PerformClick">
            <summary>
            Generates a Click event for a button.
            </summary>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.Button2.OpenNETCF#Windows#Forms#IWin32Window#get_Handle">
            <summary>
            Represents a button control.
            </summary>
        </member>
        <member name="P:OpenNETCF.Windows.Forms.Button2.ActiveBackColor">
            <summary>
            Gets or sets the background color for the control in an active state.
            </summary>
            <value>A <see cref="T:System.Drawing.Color"/> that represents the active background color of the control. The default is SystemColors.ControlText.</value>
        </member>
        <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="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">An System.EventArgs that contains the event data.</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="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="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>
            Determines if the CheckBox itself will be on the left or the right
            </summary>
        </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.AutoCheck">
            <summary>
             Gets or set a value indicating whether the Checked or CheckState values and the check box's appearance are automatically changed when the check box is clicked.  
            </summary>
        </member>
        <member name="P:OpenNETCF.Windows.Forms.CheckBox2.ForeColor">
            <summary>
            Gets or sets the color of the text of the control. 
            </summary>
        </member>
        <member name="P:OpenNETCF.Windows.Forms.CheckBox2.CheckBoxColor">
            <summary>
            Gets or sets the color of the checkbox itself in the control. 
            </summary>
        </member>
        <member name="P:OpenNETCF.Windows.Forms.CheckBox2.BackColor">
            <summary>
            Gets or sets the background color for the control.  
            </summary>
        </member>
        <member name="T:OpenNETCF.Windows.Forms.Clipboard2">
            <summary>
            Provides methods to place data on and retrieve data from the system clipboard.
            </summary>
            <remarks>For a list of predefined formats to use with the Clipboard class, see the <see cref="T:System.Windows.Forms.DataFormats"/> class.
            <para>Call <see cref="M:OpenNETCF.Windows.Forms.Clipboard2.SetDataObject(System.Object)"/> to put data on the clipboard.</para>
            <para>Place data on the clipboard in multiple formats to maximize the possibility that a target application, whose format requirements you might not know, can successfully retrieve the data.</para>
            <para>Call <see cref="M:OpenNETCF.Windows.Forms.Clipboard2.GetDataObject"/> to retrieve data from the clipboard.
            The data is returned as an object that implements the <see cref="T:System.Windows.Forms.IDataObject"/> interface.
            Use the methods specified by <see cref="T:System.Windows.Forms.IDataObject"/> and fields in <see cref="T:System.Windows.Forms.DataFormats"/> to extract the data from the object. 
            If you do not know the format of the data you retrieved, call the <see cref="M:System.Windows.Forms.IDataObject.GetFormats(System.Boolean)"/> method of the <see cref="T:System.Windows.Forms.IDataObject"/> interface to get a list of all formats that data is stored in.
            Then call the <see cref="M:System.Windows.Forms.IDataObject.GetData(S

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -