亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? opennetcf.windows.forms.xml

?? windows mobile 5 下的漸變Button 按鈕.
?? XML
?? 第 1 頁 / 共 5 頁
字號:
            </remarks>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.ButtonBase2.OnResize(System.EventArgs)">
            <summary>
            Raises the Resize event.
            </summary>
            <param name="e">An EventArgs that contains the event data.</param>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.ButtonBase2.RaisePaintEvent(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Explicitly raises the Paint event with double buffer awareness.
            </summary>
            <param name="args">A <see cref="T:System.Windows.Forms.PaintEventArgs"/> that references the original paint argument passed to the OnPaint method.</param>
            <remarks>
            If the DoubleBuffered property is set to <b>true</b>, the double buffer <see cref="T:System.Drawing.Graphics"/> object will be passed through the event.
            </remarks>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.ButtonBase2.RegisterSequentialPainting">
            <summary>
            Registers the caller in the sequential painting process by generating a token that the caller can use to identify its sequencing order.
            </summary>
            <returns>A <see cref="T:System.Int32"/> that represents a sequential painting token.</returns>
            <remarks>
            The token generated by this method should be stored by the caller and passed back to this class when calling methods such as NotifyPaintingComplete or IsSequentialPaintingComplete.
            </remarks>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.ButtonBase2.ResetImage">
            <summary>
            Resets the Image property to its default value.
            </summary>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.ButtonBase2.ResetImageAlign">
            <summary>
            Resets the ImageAlign property to its default value.
            </summary>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.ButtonBase2.ResetTextAlign">
            <summary>
            Resets the TextAlign property to its default value.
            </summary>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.ButtonBase2.ShouldSerializeImage">
            <summary>
            Indicates whether the Image property should be persisted.
            </summary>
            <returns><b>true</b> if the property value has changed from its default; otherwise, <b>false</b>.</returns>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.ButtonBase2.ShouldSerializeImageAlign">
            <summary>
            Indicates whether the ImageAlign property should be persisted.
            </summary>
            <returns><b>true</b> if the property value has changed from its default; otherwise, <b>false</b>.</returns>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.ButtonBase2.ShouldSerializeTextAlign">
            <summary>
            Indicates whether the TextAlign property should be persisted.
            </summary>
            <returns><b>true</b> if the property value has changed from its default; otherwise, <b>false</b>.</returns>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.ButtonBase2.UpdateDoubleBuffer">
            <summary>
            Creates, or recreates, the objects used to represent the double buffer for the presentation of the control.
            </summary>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.ButtonBase2.OpenNETCF#Windows#Forms#IWin32Window#get_Handle">
            <summary>
            Implements the basic functionality common to button controls.
            </summary>
        </member>
        <member name="P:OpenNETCF.Windows.Forms.ButtonBase2.BackgroundImage">
            <summary>
            Gets or sets the background image displayed in the control.
            </summary>
            <value>A <see cref="T:System.Drawing.Image"/> that represents the image to display in the background of the control.</value>
        </member>
        <member name="P:OpenNETCF.Windows.Forms.ButtonBase2.Image">
            <summary>
            Gets or sets the image that is displayed on the control.
            </summary>
            <value>The <see cref="T:System.Drawing.Image"/> displayed on the control. The default value is a null reference (Nothing in Visual Basic).</value>
        </member>
        <member name="P:OpenNETCF.Windows.Forms.ButtonBase2.ImageAlign">
            <summary>
            Gets or sets the alignment of the image on the control.
            </summary>
            <value>One of the <see cref="T:OpenNETCF.Drawing.ContentAlignment2"/> values. The default value is MiddleCenter.</value>
        </member>
        <member name="P:OpenNETCF.Windows.Forms.ButtonBase2.ImageIndex">
            <summary>
            Gets or sets the image list index value of the image displayed on the control.
            </summary>
            <value>A zero-based index, which represents the image position in a <see cref="T:System.Windows.Forms.ImageList"/>. The default is -1.</value>
        </member>
        <member name="P:OpenNETCF.Windows.Forms.ButtonBase2.ImageList">
            <summary>
            Gets or sets the image list that contains the image displayed on the control.
            </summary>
            <value>A <see cref="T:System.Windows.Forms.ImageList"/>. The default value is a null reference (Nothing in Visual Basic).</value>
        </member>
        <member name="P:OpenNETCF.Windows.Forms.ButtonBase2.IsDisposed">
            <summary>
            Gets a value indicating whether the control has been disposed.
            </summary>
            <value><b>true</b> if the control has been disposed; otherwise, <b>false</b>.</value>
        </member>
        <member name="P:OpenNETCF.Windows.Forms.ButtonBase2.TextAlign">
            <summary>
            Gets or sets the alignment of the text on the control.
            </summary>
            <value>One of the <see cref="T:OpenNETCF.Drawing.ContentAlignment2"/> values. The default value is MiddleCenter.</value>
        </member>
        <member name="P:OpenNETCF.Windows.Forms.ButtonBase2.DoubleBuffer">
            <summary>
            Gets the object used to represent the double buffer for the presentation of the control.
            </summary>
            <value>A <see cref="T:System.Drawing.Graphics"/> object used to double buffer the presentation of the control.</value>
            <remarks>
            The DoubleBuffered property must be set to <b>true</b> for this property to return a valid object. If the DoubleBuffered property is set to <b>false</b>, the default, then this property will return a null reference (Nothing in Visual Basic).
            </remarks>
        </member>
        <member name="P:OpenNETCF.Windows.Forms.ButtonBase2.DoubleBuffered">
            <summary>
            Gets or sets a value indicating whether the presentation of the control is double buffered.
            </summary>
            <value>A <see cref="T:System.Boolean"/> that is set to <b>true</b> if the presentation of the control is double buffered; otherwise, <b>false</b>. The default is <b>false</b>.</value>
            <remarks>
            See the example section of the OnPaint method for the recommended pattern to ensure that double buffering is accommodated.
            </remarks>
        </member>
        <member name="P:OpenNETCF.Windows.Forms.ButtonBase2.IsDefault">
            <summary>
            Gets or sets a value indicating whether the button control is the default button.
            </summary>
            <value><b>true</b> if the button control is the default button; otherwise, <b>false</b>.</value>
        </member>
        <member name="T:OpenNETCF.Windows.Forms.IButtonControl">
            <summary>
            Allows a control to act like a button on a form.
            </summary>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.IButtonControl.NotifyDefault(System.Boolean)">
            <summary>
            Notifies a control that it is the default button so that its appearance and behavior are adjusted accordingly.
            </summary>
            <param name="value"><b>true</b> if the control should behave as a default button; otherwise, <b>false</b>.</param>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.IButtonControl.PerformClick">
            <summary>
            Generates a Click event for the control.
            </summary>
        </member>
        <member name="P:OpenNETCF.Windows.Forms.IButtonControl.DialogResult">
            <summary>
            Gets or sets the value returned to the parent form when the button is clicked.
            </summary>
            <value>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.</value>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.Button2.#ctor">
            <summary>
            Initializes a new instance of the Button2 class.
            </summary>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.Button2.GetLocationFromContentAlignment(OpenNETCF.Drawing.ContentAlignment2,System.Drawing.SizeF,System.Drawing.Rectangle)">
            <summary>
            Determines the location at which the content should be displayed, on the control, based on the indicated alignment value.
            </summary>
            <param name="alignment">The <see cref="T:OpenNETCF.Drawing.ContentAlignment2"/> that represents how the content should be positioned on the control.</param>
            <param name="contentSize">The <see cref="T:System.Drawing.SizeF"/> containing the width and height of the content to display on the control.</param>
            <param name="clipRect">The <see cref="T:System.Drawing.Rectangle"/> that represents the allotted area in which the content may be displayed.</param>
            <returns>A <see cref="T:System.Drawing.Point"/> containing the x and y coordinates at which the content should be displayed.</returns>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.Button2.NotifyDefault(System.Boolean)">
            <summary>
            Notifies the button whether it is the default button so that it can adjust its appearance accordingly.
            </summary>
            <param name="value"><b>true</b> if the button is to have the appearance of the default button; otherwise, <b>false</b>.</param>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.Button2.OnClick(System.EventArgs)">
            <summary>
            Raises the Click event.
            </summary>
            <param name="e">An EventArgs that contains the event data.</param>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.Button2.OnDoubleClick(System.EventArgs)">
            <summary>
            Raises the DoubleClick event.
            </summary>
            <param name="e">An EventArgs that contains the event data.</param>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.Button2.OnEnabledChanged(System.EventArgs)">
            <summary>
            Raises the EnabledChanged event.
            </summary>
            <param name="e">An EventArgs that contains the event data.</param>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.Button2.OnGotFocus(System.EventArgs)">
            <summary>
            Raises the GotFocus event.
            </summary>
            <param name="e">An EventArgs that contains the event data.</param>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.Button2.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
            <summary>
            Raises the KeyPress event.
            </summary>
            <param name="e">A KeyPressEventArgs that contains the event data.</param>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.Button2.OnLostFocus(System.EventArgs)">
            <summary>
            Raises the LostFocus event.
            </summary>
            <param name="e">An EventArgs that contains the event data.</param>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.Button2.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Raises the MouseDown event.
            </summary>
            <param name="e">A MouseEventArgs that contains the event data.</param>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.Button2.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Raises the MouseMove event.
            </summary>
            <param name="e">A MouseEventArgs that contains the event data.</param>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.Button2.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Raises the Paint event.
            </summary>
            <param name="e">A PaintEventArgs that contains the event data.</param>
            <remarks>
            <b>Notes to Inheritors:</b> See the example section, in the <see cref="T:OpenNETCF.Windows.Forms.ButtonBase2"/> control documentation, for the recommended pattern to ensure that double buffering and structured paint sequencing are both accommodated.
            </remarks>
        </member>
        <member name="M:OpenNETCF.Windows.Forms.Button2.OnTextChanged(System.EventArgs)">
            <summary>
            Raises the TextChanged event.
            </summary>
            <param name="e">An EventArgs that contains the event data.</param>
        </member>
        <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>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产91精品欧美| 51精品秘密在线观看| 日韩亚洲国产中文字幕欧美| 亚洲色图欧洲色图| 99久久伊人网影院| 久久久久久久综合| 风间由美一区二区三区在线观看 | 97国产一区二区| 国产精品入口麻豆原神| 成人网页在线观看| 国产精品久久久久久久久久免费看| 国产一区欧美一区| 国产精品久久久久aaaa樱花| a4yy欧美一区二区三区| 亚洲精品国产一区二区精华液| 成人三级伦理片| 一区二区三区在线免费视频| 欧美撒尿777hd撒尿| 日韩avvvv在线播放| 精品三级av在线| 国产 日韩 欧美大片| 中文欧美字幕免费| 91免费看`日韩一区二区| 欧美激情一区二区三区四区| 国产999精品久久久久久绿帽| 国产精品久久久久久久久动漫| 精品一区二区三区在线观看| 久久久青草青青国产亚洲免观| 国产黄色成人av| 亚洲欧美色综合| 欧美日韩精品一二三区| 精品一区二区三区视频在线观看 | 色综合天天综合网天天狠天天| 亚洲一区二区欧美激情| 日韩一区二区视频在线观看| 国产大陆亚洲精品国产| 一区二区三区欧美在线观看| 欧美精品成人一区二区三区四区| 国产自产高清不卡| 国产精品狼人久久影院观看方式| 99久久精品一区二区| 日韩国产精品久久久| 久久久精品影视| 色婷婷精品久久二区二区蜜臂av| 婷婷中文字幕综合| 中文字幕va一区二区三区| 欧美亚洲禁片免费| 国产乱人伦偷精品视频免下载| 中文字幕一区在线观看视频| 91精品国产91久久久久久一区二区 | 在线欧美日韩国产| 午夜久久久久久久久| 欧美国产激情一区二区三区蜜月| 欧美人与性动xxxx| 99久久国产综合精品女不卡| 麻豆成人久久精品二区三区红| 最新国产成人在线观看| 欧美精品一区二区三区视频| 色综合久久久久| 国产精品一区在线| 蜜臀av性久久久久蜜臀av麻豆| 亚洲天堂成人在线观看| 久久综合狠狠综合久久综合88| 91福利区一区二区三区| 成人污污视频在线观看| 久久精品国产成人一区二区三区| 亚洲综合一区二区三区| 亚洲视频图片小说| 久久精品综合网| 精品久久久久久久久久久院品网| 成人夜色视频网站在线观看| 精品一区二区三区免费| 日日噜噜夜夜狠狠视频欧美人 | 久久久久免费观看| 91精品国产综合久久久蜜臀粉嫩 | 成人高清伦理免费影院在线观看| 久久国产人妖系列| 青青草97国产精品免费观看无弹窗版| 综合分类小说区另类春色亚洲小说欧美| 日韩精品中文字幕一区二区三区| 99久久精品国产麻豆演员表| 精品一区二区三区欧美| 亚洲一卡二卡三卡四卡五卡| 亚洲精品一二三区| 1000部国产精品成人观看| 中文字幕成人av| 国产精品素人视频| 欧美国产精品久久| 国产精品无圣光一区二区| 久久久精品日韩欧美| 久久久久久久久99精品| 久久综合久久综合九色| 欧美一区国产二区| 日韩欧美另类在线| 欧美tk—视频vk| 精品盗摄一区二区三区| 精品处破学生在线二十三| 久久众筹精品私拍模特| 久久品道一品道久久精品| 久久久99精品免费观看不卡| 国产色一区二区| 国产精品毛片久久久久久久| 中文字幕视频一区| 一区二区三区精品| 亚洲成a人片在线观看中文| 日韩精品一二三区| 久久国产综合精品| 国产精品资源在线看| 成人av动漫网站| 91丝袜美腿高跟国产极品老师| 91香蕉国产在线观看软件| 99re8在线精品视频免费播放| 色国产综合视频| 日韩一二三区不卡| 国产视频亚洲色图| 亚洲女同一区二区| 日韩在线一二三区| 国产精品一品视频| 91久久奴性调教| 欧美亚洲尤物久久| 欧美体内she精高潮| 日韩欧美成人一区| 亚洲国产精品成人综合| 亚洲精品福利视频网站| 视频一区国产视频| 国产精品一级黄| 欧美视频三区在线播放| 欧美va亚洲va| wwwwxxxxx欧美| 亚洲国产成人一区二区三区| 一区二区视频在线| 久久99久久99| 99精品久久99久久久久| 666欧美在线视频| 日韩三级在线免费观看| 久久综合久色欧美综合狠狠| 亚洲乱码中文字幕| 久久精品国内一区二区三区| 成人精品免费看| 欧美久久久久久久久久| 中文字幕五月欧美| 黄色日韩网站视频| 色综合中文字幕| 久久色中文字幕| 亚洲bt欧美bt精品| 99视频精品在线| 欧美www视频| 亚洲国产成人av好男人在线观看| 国产成人免费在线观看不卡| 91欧美一区二区| 精品日韩在线观看| 中文字幕一区二| 麻豆精品视频在线观看免费| 99久久伊人久久99| 欧美高清www午色夜在线视频| 日韩欧美激情在线| 亚洲高清免费观看高清完整版在线观看| 国内精品伊人久久久久av影院| 在线观看日韩毛片| 成人欧美一区二区三区在线播放| 美女高潮久久久| 欧美精品三级日韩久久| 亚洲黄一区二区三区| 成人一区二区三区视频在线观看| 欧美大片国产精品| 日韩成人一级大片| 欧美日韩综合色| 久久亚洲二区三区| 蜜臀久久久99精品久久久久久| 欧美一a一片一级一片| 国产欧美一区二区三区在线看蜜臀 | 亚洲国产成人porn| 91麻豆福利精品推荐| 日韩欧美国产一区在线观看| 五月婷婷欧美视频| 99免费精品视频| 中文字幕一区二区5566日韩| jlzzjlzz亚洲日本少妇| 中文字幕免费一区| 高清成人免费视频| 国产精品嫩草久久久久| 国产91精品精华液一区二区三区| 久久亚洲一区二区三区明星换脸| 久久99精品网久久| 久久婷婷综合激情| 国产精品资源网| 国产精品乱码一区二区三区软件| 成人午夜视频网站| 国产精品久久三| 91天堂素人约啪| 亚洲一区二区精品视频| 欧美少妇性性性| 亚洲电影你懂得| 欧美一个色资源| 久久99久久精品| 久久久久久毛片| 91蝌蚪porny九色| 另类专区欧美蜜桃臀第一页| 中文在线一区二区| 欧美日韩在线不卡|