Enables or disables painting the splitters with a custom color specified in
SplitterColor.
public
bool CustomSplitterColor {get; set;}
'Declaration
Public Property CustomSplitterColor As
Boolean
'Usage
Dim instance As
MedicalViewer
Dim value As
Boolean
instance.CustomSplitterColor = value
value = instance.CustomSplitterColor
public:
property
bool CustomSplitterColor {
bool get();
void set (
bool value);
}
Property Value
true to use the color specified in
SplitterColor, false to use the system theme color.