C# Class QbChat.UWP.Helpers.CommandBarExtensions

Show file Open project: QuickBlox/quickblox-dotnet-sdk

Public Properties

Property Type Description
HideMoreButtonProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
FindDescendantByName ( this element, string name ) : FrameworkElement
GetHideMoreButton ( UIElement element ) : bool
SetHideMoreButton ( UIElement element, bool value ) : void

Private Methods

Method Description
CommandBarLoaded ( object o, object args ) : void
OnHideMoreButtonChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

FindDescendantByName() public static method

public static FindDescendantByName ( this element, string name ) : FrameworkElement
element this
name string
return Windows.UI.Xaml.FrameworkElement

GetHideMoreButton() public static method

public static GetHideMoreButton ( UIElement element ) : bool
element Windows.UI.Xaml.UIElement
return bool

SetHideMoreButton() public static method

public static SetHideMoreButton ( UIElement element, bool value ) : void
element Windows.UI.Xaml.UIElement
value bool
return void

Property Details

HideMoreButtonProperty public static property

public static DependencyProperty,Windows.UI.Xaml HideMoreButtonProperty
return Windows.UI.Xaml.DependencyProperty