PowerTools PlusPak for Windows Forms 8.0J
SetVisibleCore メソッド (GcTabPageContainer.ContainerPageBase)

コントロールを表示する場合はtrue、それ以外の場合はfalse
コントロールを指定された「表示」状態に設定します。
構文
Protected Overrides Sub SetVisibleCore( _
   ByVal value As Boolean _
) 
protected override void SetVisibleCore( 
   bool value
)

パラメータ

value
コントロールを表示する場合はtrue、それ以外の場合はfalse
解説
このメソッドはページを実際に表示または非表示にします。表示状態はInternalVisibleプロパティに従って変更されます。System.Windows.Forms.Control.Visibleプロパティは無効です。
プラットフォーム

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

参照

GcTabPageContainer.ContainerPageBase クラス
GcTabPageContainer.ContainerPageBase メンバ

Send Feedback