[This is preliminary documentation and is subject to change.]

Gets or sest window extended style

Namespace: Tools.WindowsT.NativeT
Assembly: 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 WindowExtendedStyles

Return Value

Current value of ExStyle window long

Exceptions

ExceptionCondition
Tools.API..::..Win32APIExceptionGetting or setting of value failed (i.e. Handle is invalid)

See Also

Collapse/expand Version History

1.5.3

  • This property is new in version 1.5.3