HwndSource Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Inizializza una nuova istanza della classe HwndSource.
Overload
HwndSource(HwndSourceParameters) |
Inizializza una nuova istanza della classe HwndSource utilizzando una struttura che contiene le impostazioni iniziali. |
HwndSource(Int32, Int32, Int32, Int32, Int32, String, IntPtr) |
Inizializza una nuova istanza della classe HwndSource con uno stile della classe specificato, uno stile, uno stile esteso, la posizione x-y, il nome e la finestra padre. |
HwndSource(Int32, Int32, Int32, Int32, Int32, Int32, Int32, String, IntPtr) |
Inizializza una nuova istanza della classe HwndSource con uno stile della classe specificato, uno stile, uno stile esteso, la posizione x-y, la larghezza, l'altezza, il nome e la finestra padre. |
HwndSource(Int32, Int32, Int32, Int32, Int32, Int32, Int32, String, IntPtr, Boolean) |
Inizializza un'istanza nuova della classe HwndSource con uno stile della classe specificato, uno stile, uno stile esteso, la posizione x-y, la larghezza, l'altezza, il nome e la finestra padre e specificando se la finestra si ridimensiona automaticamente. |
Commenti
Importante
Questo metodo non è disponibile nell'area di sicurezza Internet.
HwndSource(HwndSourceParameters)
Inizializza una nuova istanza della classe HwndSource utilizzando una struttura che contiene le impostazioni iniziali.
public:
HwndSource(System::Windows::Interop::HwndSourceParameters parameters);
[System.Security.SecurityCritical]
public HwndSource (System.Windows.Interop.HwndSourceParameters parameters);
public HwndSource (System.Windows.Interop.HwndSourceParameters parameters);
[<System.Security.SecurityCritical>]
new System.Windows.Interop.HwndSource : System.Windows.Interop.HwndSourceParameters -> System.Windows.Interop.HwndSource
new System.Windows.Interop.HwndSource : System.Windows.Interop.HwndSourceParameters -> System.Windows.Interop.HwndSource
Public Sub New (parameters As HwndSourceParameters)
Parametri
- parameters
- HwndSourceParameters
Struttura che contiene i parametri richiesti per creare la finestra.
- Attributi
Commenti
Importante
Questo metodo non è disponibile nell'area di sicurezza Internet.
Questa firma del costruttore potrebbe risultare più conveniente in determinate situazioni, perché la struttura predefinita contiene alcuni valori predefiniti iniziali appropriati.
Importante
Se si usa questa firma, non usare il costruttore predefinito HwndSourceParameters per costruire la HwndSourceParameters struttura per il parameters
valore. È necessario usare il HwndSourceParameters costruttore che consente di specificare un nome della finestra iniziale. Se si usa il costruttore predefinito HwndSourceParameters e si crea un oggetto HwndSource con esso, ciò HwndSource non viene visualizzato perché un nome di finestra iniziale è un requisito di costruzione per il HWND rappresentato.
Si applica a
HwndSource(Int32, Int32, Int32, Int32, Int32, String, IntPtr)
Inizializza una nuova istanza della classe HwndSource con uno stile della classe specificato, uno stile, uno stile esteso, la posizione x-y, il nome e la finestra padre.
public:
HwndSource(int classStyle, int style, int exStyle, int x, int y, System::String ^ name, IntPtr parent);
[System.Security.SecurityCritical]
public HwndSource (int classStyle, int style, int exStyle, int x, int y, string name, IntPtr parent);
public HwndSource (int classStyle, int style, int exStyle, int x, int y, string name, IntPtr parent);
[<System.Security.SecurityCritical>]
new System.Windows.Interop.HwndSource : int * int * int * int * int * string * nativeint -> System.Windows.Interop.HwndSource
new System.Windows.Interop.HwndSource : int * int * int * int * int * string * nativeint -> System.Windows.Interop.HwndSource
Public Sub New (classStyle As Integer, style As Integer, exStyle As Integer, x As Integer, y As Integer, name As String, parent As IntPtr)
Parametri
- classStyle
- Int32
Stili di classe Win32 per la finestra.
- style
- Int32
Stili Win32 per la finestra.
- exStyle
- Int32
Stili Win32 estesi per la finestra.
- x
- Int32
Posizione del bordo sinistro della finestra.
- y
- Int32
Posizione del bordo superiore della finestra.
- name
- String
Nome della finestra.
- parent
-
IntPtr
nativeint
Handle della finestra padre della finestra.
- Attributi
Commenti
Importante
Questo metodo non è disponibile nell'area di sicurezza Internet.
Si applica a
HwndSource(Int32, Int32, Int32, Int32, Int32, Int32, Int32, String, IntPtr)
Inizializza una nuova istanza della classe HwndSource con uno stile della classe specificato, uno stile, uno stile esteso, la posizione x-y, la larghezza, l'altezza, il nome e la finestra padre.
public:
HwndSource(int classStyle, int style, int exStyle, int x, int y, int width, int height, System::String ^ name, IntPtr parent);
[System.Security.SecurityCritical]
public HwndSource (int classStyle, int style, int exStyle, int x, int y, int width, int height, string name, IntPtr parent);
public HwndSource (int classStyle, int style, int exStyle, int x, int y, int width, int height, string name, IntPtr parent);
[<System.Security.SecurityCritical>]
new System.Windows.Interop.HwndSource : int * int * int * int * int * int * int * string * nativeint -> System.Windows.Interop.HwndSource
new System.Windows.Interop.HwndSource : int * int * int * int * int * int * int * string * nativeint -> System.Windows.Interop.HwndSource
Public Sub New (classStyle As Integer, style As Integer, exStyle As Integer, x As Integer, y As Integer, width As Integer, height As Integer, name As String, parent As IntPtr)
Parametri
- classStyle
- Int32
Stili di classe Win32 per la finestra.
- style
- Int32
Stili Win32 per la finestra.
- exStyle
- Int32
Stili Win32 estesi per la finestra.
- x
- Int32
Posizione del bordo sinistro della finestra.
- y
- Int32
Posizione del bordo superiore della finestra.
- width
- Int32
Larghezza della finestra.
- height
- Int32
Altezza della finestra.
- name
- String
Nome della finestra.
- parent
-
IntPtr
nativeint
Handle della finestra padre della finestra.
- Attributi
Commenti
Importante
Questo metodo non è disponibile nell'area di sicurezza Internet.
Si applica a
HwndSource(Int32, Int32, Int32, Int32, Int32, Int32, Int32, String, IntPtr, Boolean)
Inizializza un'istanza nuova della classe HwndSource con uno stile della classe specificato, uno stile, uno stile esteso, la posizione x-y, la larghezza, l'altezza, il nome e la finestra padre e specificando se la finestra si ridimensiona automaticamente.
public:
HwndSource(int classStyle, int style, int exStyle, int x, int y, int width, int height, System::String ^ name, IntPtr parent, bool adjustSizingForNonClientArea);
[System.Security.SecurityCritical]
public HwndSource (int classStyle, int style, int exStyle, int x, int y, int width, int height, string name, IntPtr parent, bool adjustSizingForNonClientArea);
public HwndSource (int classStyle, int style, int exStyle, int x, int y, int width, int height, string name, IntPtr parent, bool adjustSizingForNonClientArea);
[<System.Security.SecurityCritical>]
new System.Windows.Interop.HwndSource : int * int * int * int * int * int * int * string * nativeint * bool -> System.Windows.Interop.HwndSource
new System.Windows.Interop.HwndSource : int * int * int * int * int * int * int * string * nativeint * bool -> System.Windows.Interop.HwndSource
Public Sub New (classStyle As Integer, style As Integer, exStyle As Integer, x As Integer, y As Integer, width As Integer, height As Integer, name As String, parent As IntPtr, adjustSizingForNonClientArea As Boolean)
Parametri
- classStyle
- Int32
Stili di classe Win32 per la finestra.
- style
- Int32
Stili Win32 per la finestra.
- exStyle
- Int32
Stili Win32 estesi per la finestra.
- x
- Int32
Posizione del bordo sinistro della finestra.
- y
- Int32
Posizione del bordo superiore della finestra.
- width
- Int32
Larghezza della finestra.
- height
- Int32
Altezza della finestra.
- name
- String
Nome della finestra.
- parent
-
IntPtr
nativeint
Handle della finestra padre della finestra.
- adjustSizingForNonClientArea
- Boolean
true
per fare in modo che il gestore di layout includa l'area non client per il ridimensionamento; in caso contrario, false
.
- Attributi
Commenti
Importante
Questo metodo non è disponibile nell'area di sicurezza Internet.