WindowBehaviors Enumeration |
Specifies the behaviors of the kaxWindow object
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax [FlagsAttribute]
public enum WindowBehaviors
<FlagsAttribute>
Public Enumeration WindowBehaviors
[FlagsAttribute]
public enum class WindowBehaviors
[<FlagsAttribute>]
type WindowBehaviors
Members
| Member name | Value | Description |
---|
| None | 0 |
No behavior is specified.
|
| Resize | 1 |
The object can be resized.
|
| Minimize | 2 |
The object can be minimized.
|
| Close | 4 |
The object can be closed.
|
| Pin | 8 |
The objct can be pinned.
|
| Maximize | 16 |
The object can be maximized.
|
| Move | 32 |
The object can be moved.
|
| Reload | 64 |
The object will have a reload button.
|
| Default | 127 |
Default object behavior: all together.
|
See Also