Table of Contents

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 | Spreview

Represents all the buttons of the status bar(all the above).

GridButton = 2

Represents the grid button of the status bar.

Menu = 32

Represents the menu of the status bar.

OrthoButton = 16

Represents the Ortho button of the status bar.

OsnapButton = 8

Represents the Osnap button of the status bar.

Paper = 64

Represents the Paper toolstrip button of the status bar.

ProgressBar = 1

Represents the progress bar of the status bar of the control.

SnapButton = 4

Represents the snap button of the status bar.

Spreview = 128

Specifies that the Selection preview option is enabled.