C# Class NetIde.Util.Forms.UserControl

Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: netide/netide

Private Properties

Property Type Description

Public Methods

Method Description
UserControl ( ) : System

Protected Methods

Method Description
OnVisibleChanged ( EventArgs e ) : void
SetVisibleCore ( bool value ) : void

Method Details

OnVisibleChanged() protected method

protected OnVisibleChanged ( EventArgs e ) : void
e System.EventArgs
return void

SetVisibleCore() protected method

protected SetVisibleCore ( bool value ) : void
value bool
return void

UserControl() public method

public UserControl ( ) : System
return System