Click or drag to resize
WindowBehaviors Enumeration
Specifies the behaviors of the kaxWindow object

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[FlagsAttribute]
public enum WindowBehaviors
Members
  Member nameValueDescription
None0 No behavior is specified.
Resize1 The object can be resized.
Minimize2 The object can be minimized.
Close4 The object can be closed.
Pin8 The objct can be pinned.
Maximize16 The object can be maximized.
Move32 The object can be moved.
Reload64 The object will have a reload button.
Default127 Default object behavior: all together.
See Also