GrapeCity MultiRow Windows Forms Documentation
SetVisibleCore Method


true if making the control visible; otherwise, false.
Sets the control to the specified visible state.
Syntax
Protected Overrides Sub SetVisibleCore( _
   ByVal value As Boolean _
) 
Dim instance As GcMultiRow
Dim value As Boolean
 
instance.SetVisibleCore(value)
protected override void SetVisibleCore( 
   bool value
)

Parameters

value
true if making the control visible; otherwise, false.
Remarks
If the GcMultiRow control's visible state is false, GcMultiRow leaves the edit state.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.