Table of Contents

Enum SplitterPanelCreateStyle

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Defines visual style of the SplitterPanel controls.

[Flags]
public enum SplitterPanelCreateStyle

Fields

Border = 512

Draws a standard border around the control.

LiveUpdate = 128

Don't draw XOR line but resize the child windows immediately.

NoBorder = 0

Do not draw any border in the control.

NoSash = 16

Draws no sash.

NoXPTheme = 1024

Under Windows XP (and later versions), switches off the attempt to draw the splitter using Windows XP theming, so the borders and sash will take on the pre-XP look.

PermitUnsplit = 64

Always allow to unsplit, even with the minimum pane size other than zero.

Sash3d = 256

Draws a 3D effect splitter sash.

ThinSash = 0

Draws a thin splitter sash.