.NET Framework Class Library
CreateParams..::.ExStyle Property

Gets or sets a bitwise combination of extended window style values.

Namespace:  System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)
Syntax

Visual Basic (Declaration)
Public Property ExStyle As Integer
Visual Basic (Usage)
Dim instance As CreateParams
Dim value As Integer

value = instance.ExStyle

instance.ExStyle = value
C#
public int ExStyle { get; set; }
Visual C++
public:
property int ExStyle {
    int get ();
    void set (int value);
}
JScript
public function get ExStyle () : int
public function set ExStyle (value : int)

Property Value

Type: System..::.Int32
A bitwise combination of the extended window style values.
Remarks

The ExStyle property supports extended appearance and initial state values to apply to the control.

For more information about creating control parameters, see the CreateWindow and CreateWindowEx functions and the CREATESTRUCT structure documentation in the Windows Platform SDK reference located in the MSDN Library.

NoteNote:

The constants used to set the Style, ExStyle, and ClassStyle properties are defined in the Winuser.h header file. This file is installed by the Platform SDK or Visual Studio .NET.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
See Also

Reference

Tags :


Community Content

HugeHugh
THIS DOCUMENTATION IS USELESS
I need a list of possible values for this member. This documentation has NO REFERENCE to the actual useful information. Who cares, we all know this is an INT. We need to know what value(s) to assign to this member and the documentation is WOEFULLY INADEQUATE

Page view tracker