Skip to content

XPanel.XViewOptions class

Represents set of options which allows to control Korzh.EasyQuery.WinForms.XPanel appearance

public class Korzh.EasyQuery.WinForms.XPanel.XViewOptions

Package: Korzh.EasyQuery.WinForms (targets: net461, net5.0-windows7.0, netcoreapp3.1)

Assembly: Korzh.EasyQuery.WinForms.dll

NameTypeDescription
XViewOptions(XPanel parent)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.XPanel.XViewOptions class.
NameTypeDescription
parentXPanelContains parent Korzh.EasyQuery.WinForms.XPanel object;
NameTypeDescription
ActiveBackColorColorGets or sets the back color of the active row.
ActiveForeColorColorGets or sets the fore color of the active row.
AdjustChildLevelboolGets or sets a value indicating whether child level should be adjusted.
BorderOnFocusboolGets or sets a value indicating whether the panel should draw a border when get focus.
ButtonActiveBodyColorColorGets or sets the color of the service button when it is in Korzh.EasyQuery.WinForms.MacButton.MState.stIn state.
ButtonActiveBorderColorColorGets or sets the color of the service button’s border when button is in Korzh.EasyQuery.WinForms.MacButton.MState.stIn state.
ButtonClickBodyColorColorGets or sets the color of the service button when it is in Korzh.EasyQuery.WinForms.MacButton.MState.stClick state.
ButtonClickBorderColorColorGets or sets the color of the service button’s border when button is in Korzh.EasyQuery.WinForms.MacButton.MState.stClick state.
ButtonForeColorColorGets or sets the color of the button text.
ButtonInactiveBodyColorColorGets or sets the color of the service button when it is in Korzh.EasyQuery.WinForms.MacButton.MState.stNotIn state.
ButtonInactiveBorderColorColorGets or sets the color of the service button’s border when button is in Korzh.EasyQuery.WinForms.MacButton.MState.stNotIn state.
ButtonMacStyleboolGets or sets a value indicating whether the row buttons have Mac style.
ButtonRoundedboolGets or sets a value indicating whether the service button should be displayed as ellipse in contrast to rectangle.
DateFormatstringGets or sets the format of date values.
DateTimeFormatstringGets or sets the format of date/time values.
FocusBorderStyleBorderStyleGets or sets a value indicating what style of border Korzh.EasyQuery.WinForms.XPanel should have.
LeftMarginintGets or sets the margin from left edge to first displayed item (element, checkbox etc.).
LevelSpacingintGets or sets the value of the shift for the next level row.
LinkColorColorGets or sets the color of the link.
ListSeparatorstringGets or sets the list separator.
MaxEditBoxSizeintGets or sets the max width of edit box for value editing.
MinEditBoxSizeintGets or sets the min width of edit box for value editing.
ReadOnlyColorColorGets or sets the color of the read-only elements.
RowCheckBoxesboolGets or sets a value indicating whether the control should show a check box at the beginning of each row.
RowHeightintGets or sets the height of the row.
TimeFormatstringGets or sets the format of time values.
TuneElementSizesboolGets or sets a value indicating whether row elements should be drawn as autosize controls (for dpi!=96 in .Net 2.0).
NameTypeDescription
RefreshParent()voidRefreshes the parent.