C# Class ShaderTools.VisualStudio.Core.Options.Views.OptionsControlBase

Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: tgjones/HlslTools

Public Methods

Method Description
Close ( ) : void

Protected Methods

Method Description
BindToOption ( System.Windows.Controls.CheckBox checkBox, object source, string propertyName ) : void

Method Details

BindToOption() protected method

protected BindToOption ( System.Windows.Controls.CheckBox checkBox, object source, string propertyName ) : void
checkBox System.Windows.Controls.CheckBox
source object
propertyName string
return void

Close() public method

public Close ( ) : void
return void