Enum AuiManagerOption
Customization styles of AuiManager.
[Flags]
public enum AuiManagerOption
Fields
AllowActivePane = 2Change the color of the title bar of the pane when it is activated.
AllowFloating = 1Allow a pane to be undocked to take the form of a mini frame.
Default = AllowFloating | TransparentHint | HintFade | NoVenetianBlindsFadeDefault behaviour. It combines AllowFloating, TransparentHint, HintFade, NoVenetianBlindsFade.
HintFade = 64The translucent area where the pane could be docked appears gradually.
LiveResize = 256When a docked pane is resized, its content is refreshed in live (instead of moving the border alone and refreshing the content at the end).
NoVenetianBlindsFade = 128Used in complement of VenetianBlindsHint to show the docking hint immediately.
RectangleHint = 32The possible location for docking is indicated by a rectangular outline.
TransparentDrag = 4Make the pane transparent during its movement.
TransparentHint = 8The possible location for docking is indicated by a translucent area.
VenetianBlindsHint = 16The possible location for docking is indicated by gradually appearing partially transparent hint.