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

📄 microsoft.windowsmobile.forms.xml

📁 wince环境下的图像操作演示程序。使用了opennetcf框架。
💻 XML
📖 第 1 页 / 共 2 页
字号:
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.WindowsMobile.Forms</name>
    </assembly>
    <members>
        <member name="T:Microsoft.WindowsMobile.Forms.SortOrder">
            <summary>
            Specifies the sort order for files appearing in the form.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsMobile.Forms.SortOrder.DateAscending">
            <summary>
            Picture files are sorted by date, in ascending order.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsMobile.Forms.SortOrder.DateDescending">
            <summary>
            Picture files are sorted by date, in decending order.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsMobile.Forms.SortOrder.NameAscending">
            <summary>
            Picture files are sorted by name, in ascending order.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsMobile.Forms.SortOrder.NameDescending">
            <summary>
            Picture files are sorted by name, in decending order.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsMobile.Forms.SortOrder.SizeAscending">
            <summary>
            Picture files are sorted by size, in ascending order.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsMobile.Forms.SortOrder.SizeDescending">
            <summary>
            Picture files are sorted by size, in decending order.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsMobile.Forms.SelectPictureDialog">
            <summary>
            Defines attributes and behaviors of a custom dialog box for selecting pictures.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsMobile.Forms.SelectPictureDialog.ShowDialog">
            <summary>
            Displays the "Select Picture" dialog box.
            </summary>
            <remarks>
            This is a modal dialog box.
            </remarks>
            <returns>A <b>DialogResult</b> value.</returns>
        </member>
        <member name="M:Microsoft.WindowsMobile.Forms.SelectPictureDialog.#ctor">
            <summary>
            Initializes a new instance of the <b>SelectPictureDialog</b> class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.SelectPictureDialog.FileName">
            <summary>
            Gets the name of the selected picture file.
            </summary>
            <value></value>
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.SelectPictureDialog.Filter">
            <summary>
            Gets or sets the file types displayed in the Select Picture dialog box.  
            </summary>
            <value>A description of each
            filtering option, followed by the vertical Bar (|), followed by the filter pattern.
            Multiple filtering options are also separated by the vertical bar.  For example, "Bitmap Files|*.BMP|JPG Files|*.JPG"</value>
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.SelectPictureDialog.FilterIndex">
            <summary>
            Gets or sets the index of the currently selected filtering option.
            <seealso cref="P:Microsoft.WindowsMobile.Forms.SelectPictureDialog.Filter"/>
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.SelectPictureDialog.InitialDirectory">
            <summary>
            Gets or sets the directory displayed in the Select Picture dialog box.
            </summary>
            <remarks>
            If <b>null</b>, a default directory is used.
            </remarks>
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.SelectPictureDialog.LockDirectory">
            <summary>
            Gets or sets a value indicating whether the user can browse to directories other than the <b>InitialDirectory</b>.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.SelectPictureDialog.ShowDrmContent">
            <summary>
            Gets or sets a value indicating whether Digital Rights Management (DRM) protected files are displayed.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.SelectPictureDialog.ShowForwardLockedContent">
            <summary>
            Gets or sets a value indicating whether Digital Rights Management (DRM) protected files that are protected such that they cannot be forwarded, are displayed.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.SelectPictureDialog.Title">
            <summary>
            Gets or sets the title of the Select Picture dialog box.
            </summary>
            <value></value>
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.SelectPictureDialog.SortOrder">
            <summary>
            Gets or sets the order in which files are sorted in the Select Picture dialog box.
            </summary>
            <value></value>
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.SelectPictureDialog.CameraAccess">
            <summary>
            Gets or sets a value indicating whether the user is given access to the camera, from the Select Picture dialog box.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.SelectPictureDialog.Owner">
            <summary>
            Gets or sets this control鈥檚 owner control.
            </summary>
            <value></value>
        </member>
        <member name="T:Microsoft.WindowsMobile.Forms.ChooseContactDialog">
            <summary>
            Defines the attributes and behaviors of a custom dialog box for choosing Contacts.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsMobile.Forms.ChooseContactDialog.ShowDialog">
            <summary>
            Displays the Contact Chooser dialog box.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsMobile.Forms.ChooseContactDialog.#ctor">
            <summary>
            Initializes a new instance of the <b>ChooseContactDialog</b> class.
            </summary>    
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.ChooseContactDialog.Title">
            <summary>
            Gets or sets the title of the Contact Chooser dialog box.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.ChooseContactDialog.ChoosePropertyText">
            <summary>
            Gets or sets the text label of the Property Chooser control.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.ChooseContactDialog.RestrictContacts">
            <summary>
            Gets or sets the restriction string used to generate a filtered Contact list.
            </summary>
            <seealso cref="M:Microsoft.WindowsMobile.PocketOutlook.ContactCollection.Restrict(System.String)"/>
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.ChooseContactDialog.IncrementalFilter">
            <summary>
            Gets or sets the text of the incremental filter box.
            </summary>
            <remarks>
            The Incremental Filter box appears at the top of the Contact Chooser dialog box. The list of contacts in the dialog will be restricted to those matching this text.
            </remarks>
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.ChooseContactDialog.HideNew">
            <summary>
            Gets or sets a value indicating whether the user can create a new Contact.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.ChooseContactDialog.ChooseContactOnly">
            <summary>
            Gets or sets a value indicating whether the user is limited to choosing just a Contact, or choosing a property of a specified Contact.
            </summary>
            <remarks>
            If <b>true</b>, the returned property is the first non-blank property in <b>RequiredProperties</b>.
            ChoosePropertyOnly and ChooseContactOnly cannot both be set to <b>true</b>.  In the event that both are
            set to <b>true</b>, setting ChooseContactOnly to <b>true</b> will automatically set 
            ChoosePropertyOnly to <b>false</b>
            </remarks>
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.ChooseContactDialog.ChoosePropertyOnly">
            <summary>
            Gets or sets a value indicating whether the user is limited to choosing just a property of a specified Contact, or choosing the Contact.
            </summary>
            <remarks>
            If <b>true</b>, <b>SelectedContact</b> must be set before calling <b>ShowDialog</b>.
            ChoosePropertyOnly and ChooseContactOnly cannot both be set to <b>true</b>.  In the event that both are
            set to <b>true</b>, setting ChoosePropertyOnly to <b>true </b>will automatically set 
            ChooseContactOnly to <b>false</b>
            </remarks>
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.ChooseContactDialog.RequiredProperties">
            <summary>
            Gets or sets the <b>ContactProperty</b> array values that specify which properties a Contact must have in order to be shown in the Contact Chooser dialog box.
            </summary>      
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.ChooseContactDialog.SelectedContactName">
            <summary>
            Gets the selected Contact鈥檚 name.
            </summary>  
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.ChooseContactDialog.SelectedPropertyValue">
            <summary>
            Gets the selected property value.
            </summary>       
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.ChooseContactDialog.SelectedContact">
            <summary>
            Gets or sets the Contact.
            </summary>
            <remarks>
            If <b>ChoosePropertyOnly</b> is <b>true</b>, then <b>SelectedContact</b> sets the Contact from which the user selects a property.
            </remarks>
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.ChooseContactDialog.SelectedProperty">
            <summary>
            Gets the selected property.
            </summary>     
        </member>
        <member name="P:Microsoft.WindowsMobile.Forms.ChooseContactDialog.Owner">
            <summary>
            Gets or sets the owner control.
            </summary>  
        </member>
        <member name="T:Microsoft.WindowsMobile.Forms.CameraCaptureMode">
            <summary>
            The capture mode of CameraCaptureDialog.

⌨️ 快捷键说明

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