C# Class FlatRedBall.Glue.FormHelpers.VisibilityManager

显示文件 Open project: vchelaru/FlatRedBall Class Usage Examples

Private Properties

Property Type Description
AddTabToMain void
DetermineWhatShouldBeShown void
RemoveTabFromMain void
SetUpCodeEditorForEventResponse void

Public Methods

Method Description
ReactivelySetItemViewVisibility ( ) : void

Private Methods

Method Description
AddTabToMain ( TabPage tabPage ) : void
DetermineWhatShouldBeShown ( bool &shouldShowPropertyGrid, bool &shouldShowCodePreviewWindow, bool &shouldShowCodeEditWindow ) : void
RemoveTabFromMain ( TabPage tabPage ) : void
SetUpCodeEditorForEventResponse ( ) : void

Method Details

ReactivelySetItemViewVisibility() public static method

public static ReactivelySetItemViewVisibility ( ) : void
return void