Search Results for

    Show / Hide Table of Contents

    Struct CREATESTRUCT

    名前空間: OTZControls.WindowsApi
    アセンブリ: OTZControls.dll
    Syntax
    public struct CREATESTRUCT

    フィールド

    cx

    宣言
    public int cx
    Field Value
    型 説明
    System.Int32

    cy

    宣言
    public int cy
    Field Value
    型 説明
    System.Int32

    dwExStyle

    宣言
    public int dwExStyle
    Field Value
    型 説明
    System.Int32

    hInstance

    宣言
    public IntPtr hInstance
    Field Value
    型 説明
    IntPtr

    hMenu

    宣言
    public IntPtr hMenu
    Field Value
    型 説明
    IntPtr

    hwndParent

    宣言
    public IntPtr hwndParent
    Field Value
    型 説明
    IntPtr

    lpCreateParams

    宣言
    public IntPtr lpCreateParams
    Field Value
    型 説明
    IntPtr

    lpszClass

    宣言
    public string lpszClass
    Field Value
    型 説明
    System.String

    lpszName

    宣言
    public string lpszName
    Field Value
    型 説明
    System.String

    style

    宣言
    public int style
    Field Value
    型 説明
    System.Int32

    x

    宣言
    public int x
    Field Value
    型 説明
    System.Int32

    y

    宣言
    public int y
    Field Value
    型 説明
    System.Int32
    In This Article
    Back to top Generated by DocFX