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

📄 documentation.xml

📁 应用于C#中的参照功能
💻 XML
📖 第 1 页 / 共 2 页
字号:
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>CustomControlLibrary</name>
    </assembly>
    <members>
        <member name="T:WATestPGB.NumberPicker">
            <summary>
            This is the main class for the NumberPicker control
            </summary>
        </member>
        <member name="F:WATestPGB.NumberPicker.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:WATestPGB.NumberPicker.#ctor">
            <summary>
            The default constructor for the NumberPicker control
            </summary>
        </member>
        <member name="M:WATestPGB.NumberPicker.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:WATestPGB.NumberPicker.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:WATestPGB.NumberPicker.textBoxNumber_DoubleClick(System.Object,System.EventArgs)">
            <summary>
            This method is invoked when the user double clicks the textbox in the control.
            It displays the calculator window which allows to insert the numbers.
            </summary>
            <param name="sender">The original sender object of the event</param>
            <param name="e">The parameters given.</param>
        </member>
        <member name="P:WATestPGB.NumberPicker.Text">
            <summary>
            Gets or sets the value of the control using a string
            </summary>
        </member>
        <member name="P:WATestPGB.NumberPicker.Value">
            <summary>
            Gets of sets the value of the control using a double 
            </summary>
        </member>
        <member name="P:WATestPGB.NumberPicker.Modified">
            <summary>
            Gets or Sets the fact that the control has been modified since it was last created or set
            </summary>
        </member>
        <member name="P:WATestPGB.NumberPicker.MaxLength">
            <summary>
            Gets or Sets the maximum amount of characters which can be entered into the control
            </summary>
        </member>
        <member name="T:WATestPGB.NumberPickerInput">
            <summary>
            This represents the input form for the NumberPicker control. Using
            the class allows to better specify the values and do calculations at
            the same time
            </summary>
        </member>
        <member name="F:WATestPGB.NumberPickerInput.clear">
            <summary>
            Specifies whether the field should be cleared or not 
            </summary>
        </member>
        <member name="F:WATestPGB.NumberPickerInput.temporary">
            <summary>
            A temporary value to be remembered when calculating the arithmetic functions 
            </summary>
        </member>
        <member name="F:WATestPGB.NumberPickerInput.result">
            <summary>
            A pointer to the actual textbox used for updating
            </summary>
        </member>
        <member name="F:WATestPGB.NumberPickerInput.f">
            <summary>
            A function pointer holding the last function which has been pressed in the calculator window
            </summary>
        </member>
        <member name="F:WATestPGB.NumberPickerInput.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.#ctor(System.Windows.Forms.TextBox)">
            <summary>
            The default constructor for the input form to be used in the
            NumberPicker control
            </summary>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.button7_Click(System.Object,System.EventArgs)">
            <summary>
            Method to be performed when clicking the 7 button
            </summary>
            <param name="sender">The sender of the event</param>
            <param name="e">The arguments which have been given</param>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.button8_Click(System.Object,System.EventArgs)">
            <summary>
            Method to be performed when clicking the 8 button
            </summary>
            <param name="sender">The sender of the event</param>
            <param name="e">The arguments which have been given</param>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.button9_Click(System.Object,System.EventArgs)">
            <summary>
            Method to be performed when clicking the 9 button
            </summary>
            <param name="sender">The sender of the event</param>
            <param name="e">The arguments which have been given</param>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.button4_Click(System.Object,System.EventArgs)">
            <summary>
            Method to be performed when clicking the 4 button
            </summary>
            <param name="sender">The sender of the event</param>
            <param name="e">The arguments which have been given</param>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.button5_Click(System.Object,System.EventArgs)">
            <summary>
            Method to be performed when clicking the 5 button
            </summary>
            <param name="sender">The sender of the event</param>
            <param name="e">The arguments which have been given</param>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.button6_Click(System.Object,System.EventArgs)">
            <summary>
            Method to be performed when clicking the 6 button
            </summary>
            <param name="sender">The sender of the event</param>
            <param name="e">The arguments which have been given</param>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.button1_Click(System.Object,System.EventArgs)">
            <summary>
            Method to be performed when clicking the 1 button
            </summary>
            <param name="sender">The sender of the event</param>
            <param name="e">The arguments which have been given</param>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.button2_Click(System.Object,System.EventArgs)">
            <summary>
            Method to be performed when clicking the 2 button
            </summary>
            <param name="sender">The sender of the event</param>
            <param name="e">The arguments which have been given</param>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.button3_Click(System.Object,System.EventArgs)">
            <summary>
            Method to be performed when clicking the 3 button
            </summary>
            <param name="sender">The sender of the event</param>
            <param name="e">The arguments which have been given</param>

⌨️ 快捷键说明

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