Class ViewerToolbar
Inheritance
System.Object
ViewerToolbar
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient.WebClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
[Serializable]
public class ViewerToolbar
Properties
Controls
Declaration
public List<ViewerToolbarControl> Controls { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<ViewerToolbarControl> |
Position
Declaration
public ToolbarPosition Position { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolbarPosition |
Type
Declaration
public ViewerToolbarType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| ViewerToolbarType |
Visibility
Declaration
public ToolbarVisibility Visibility { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolbarVisibility |