Back to Devexpress

WindowsUISeparator Constructors

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-windowsuiseparator-dot-ctor.md

latest2.2 KB
Original Source

WindowsUISeparator Constructors

A separator item that delimits neighboring WindowsUIButton objects.

NameParametersDescription
WindowsUISeparator()noneInitializes a new instance of the WindowsUISeparator class with the default settings.
WindowsUISeparator(Image, Boolean, Int32, Boolean, AppearanceObject)image, visible, visibleIndex, isLeft, appearanceInitializes a new instance of the WindowsUISeparator class with specified settings.
WindowsUISeparator(Image, Boolean, Int32, Boolean)image, visible, visibleIndex, isLeftInitializes a new instance of the WindowsUISeparator class with specified settings.
WindowsUISeparator(Image, Boolean, Int32)image, visible, visibleIndexInitializes a new instance of the WindowsUISeparator class with the specified settings.
WindowsUISeparator(Image)imageInitializes a new instance of the WindowsUISeparator class with the specified settings.

See Also

WindowsUISeparator Class

WindowsUISeparator Members

DevExpress.XtraBars.Docking2010 Namespace