[]
        
(Showing Draft Content)

C1.Win.SplitContainer.C1SplitterPanel.SetVisibleCore

SetVisibleCore Method

SetVisibleCore(bool)

Sets the control to the specified visible state.

Declaration
protected override void SetVisibleCore(bool value)
Protected Overrides Sub SetVisibleCore(value As Boolean)
Parameters
Type Name Description
bool value

true to make the control visible; otherwise, false.

Overrides