[This is preliminary documentation and is subject to change.]
Gets or sest window extended style
Namespace: Tools.WindowsT.NativeTAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public WindowExtendedStyles ExtendedStyle { get; set; } |
| Visual Basic |
|---|
Public Property ExtendedStyle As WindowExtendedStyles Get Set |
| Visual C++ |
|---|
public: property WindowExtendedStyles ExtendedStyle { WindowExtendedStyles get (); void set (WindowExtendedStyles value); } |
| F# |
|---|
member ExtendedStyle : WindowExtendedStyles with get, set |
| JScript |
|---|
function get ExtendedStyle () : WindowExtendedStyles function set ExtendedStyle (value : WindowExtendedStyles) |
Field Value
A new value for window long WindowExtendedStylesReturn Value
Current value of ExStyle window long
Exceptions
| Exception | Condition |
|---|---|
| Tools.API..::..Win32APIException | Getting or setting of value failed (i.e. Handle is invalid) |
See Also
Version History
1.5.3
- This property is new in version 1.5.3