IWorkspaceItem Interface |
Namespace: Internal.ComponentFactory.Krypton.Workspace
public interface IWorkspaceItem
The IWorkspaceItem type exposes the following members.
| Name | Description | |
|---|---|---|
| DisposeOnRemove |
Should the item be disposed when it is removed from the workspace.
| |
| WorkspaceActualSize |
Current pixel size of the item.
| |
| WorkspaceAllowResizing |
Should the item be displayed in the workspace.
| |
| WorkspaceMaxSize |
Get the defined maximum size.
| |
| WorkspaceMinSize |
Get the defined minimum size.
| |
| WorkspaceParent |
Reference to owning workspace item.
| |
| WorkspacePreferredSize |
Current preferred size of the item.
| |
| WorkspaceStarSize |
Get the defined star sizing value.
| |
| WorkspaceVisible |
Should the item be displayed in the workspace.
|
| Name | Description | |
|---|---|---|
| MaximizeRestoreClicked |
Occurs when the user clicks the maximize/restore button.
| |
| PropertyChanged |
Occures when a property changes that affects workspace layout.
|