C# Class AcManager.Controls.AcObjectBase

Inheritance: System.Windows.Controls.Control
Show file Open project: gro-ove/actools

Public Properties

Property Type Description
AcObjectProperty System.Windows.DependencyProperty
ContentProperty System.Windows.DependencyProperty
IconProperty System.Windows.DependencyProperty
IconSourceProperty System.Windows.DependencyProperty
ShowIconProperty System.Windows.DependencyProperty
ToolBarsProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

Protected Methods

Method Description
Main_OnMouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
ToolBar_OnMouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Private Methods

Method Description
AcObjectBase ( ) : System.Collections.ObjectModel
Header_IconMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

Main_OnMouseUp() protected method

protected Main_OnMouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
return void

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

ToolBar_OnMouseUp() protected method

protected ToolBar_OnMouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
return void

Property Details

AcObjectProperty public static property

public static DependencyProperty,System.Windows AcObjectProperty
return System.Windows.DependencyProperty

ContentProperty public static property

public static DependencyProperty,System.Windows ContentProperty
return System.Windows.DependencyProperty

IconProperty public static property

public static DependencyProperty,System.Windows IconProperty
return System.Windows.DependencyProperty

IconSourceProperty public static property

public static DependencyProperty,System.Windows IconSourceProperty
return System.Windows.DependencyProperty

ShowIconProperty public static property

public static DependencyProperty,System.Windows ShowIconProperty
return System.Windows.DependencyProperty

ToolBarsProperty public static property

public static DependencyProperty,System.Windows ToolBarsProperty
return System.Windows.DependencyProperty