C# Class SilverFlow.Controls.BootstrapButton

Inheritance: System.Windows.Controls.Button
Datei anzeigen Open project: Zoomicon/ZUI Class Usage Examples

Public Properties

Property Type Description
IsOpenProperty System.Windows.DependencyProperty

Public Methods

Method Description
BootstrapButton ( ) : System.Windows

Protected Methods

Method Description
OnClick ( ) : void

Raises the E:System.Windows.Controls.Primitives.ButtonBase.Click event.

Private Methods

Method Description
IsOpenPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

IsOpenProperty PropertyChangedCallback call back static function.

Method Details

BootstrapButton() public method

public BootstrapButton ( ) : System.Windows
return System.Windows

OnClick() protected method

Raises the E:System.Windows.Controls.Primitives.ButtonBase.Click event.
protected OnClick ( ) : void
return void

Property Details

IsOpenProperty public_oe static_oe property

Identifies the BootstrapButton.IsOpen dependency property.
public static DependencyProperty,System.Windows IsOpenProperty
return System.Windows.DependencyProperty