Enum vdFramedControl.StatusBarOptions
- Namespace
- vdControls
- Assembly
- vdFramedControl.dll
A flag that represents the various buttons of the status bar.
public enum vdFramedControl.StatusBarOptions
Fields
All = ProgressBar | GridButton | SnapButton | OsnapButton | OrthoButton | Menu | Paper | SpreviewRepresents all the buttons of the status bar(all the above).
GridButton = 2Represents the grid button of the status bar.
Menu = 32Represents the menu of the status bar.
OrthoButton = 16Represents the Ortho button of the status bar.
OsnapButton = 8Represents the Osnap button of the status bar.
Paper = 64Represents the Paper toolstrip button of the status bar.
ProgressBar = 1Represents the progress bar of the status bar of the control.
SnapButton = 4Represents the snap button of the status bar.
Spreview = 128Specifies that the Selection preview option is enabled.