프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BackgroundColorProperty | |||
BindableOpacityProperty | |||
ButtonTemplateProperty | |||
ButtonsProperty | |||
ButtonsSourceProperty | |||
ForegroundColorProperty | |||
IsMenuEnabledProperty | |||
IsMenuVisibleProperty | |||
IsVisibleProperty | |||
MenuItemTemplateProperty | |||
MenuItemsProperty | |||
MenuItemsSourceProperty | |||
ModeProperty |
메소드 | 설명 | |
---|---|---|
Attach ( PhoneApplicationPage parentPage ) : void |
Attaches the BindableApplicationBar to the specified page, creating the ApplicationBar if required and adding the buttons and menu items specified in the Buttons and MenuItems properties.
|
|
BindableApplicationBar ( ) : System |
Initializes a new instance of the BindableApplicationBar class.
|
|
Detach ( PhoneApplicationPage parentPage ) : void |
Detaches from the specified page, removing all the buttons and menu items specified in the Buttons and MenuItems properties. Note: The code in this method has not been tested and is likely not to work properly, will possibly raise exceptions and leak memory. |
메소드 | 설명 | |
---|---|---|
OnBackgroundColorChanged ( Color oldBackgroundColor, Color newBackgroundColor ) : void |
Provides derived classes an opportunity to handle changes to the BackgroundColor property.
|
|
OnBindableOpacityChanged ( double oldBindableOpacity, double newBindableOpacity ) : void |
Provides derived classes an opportunity to handle changes to the BindableOpacity property.
|
|
OnButtonTemplateChanged ( System.Windows.DataTemplate oldButtonTemplate, System.Windows.DataTemplate newButtonTemplate ) : void |
Provides derived classes an opportunity to handle changes to the ButtonTemplate property.
|
|
OnButtonsChanged ( DependencyObjectCollection |
Provides derived classes an opportunity to handle changes to the Buttons property.
|
|
OnButtonsSourceChanged ( IEnumerable oldButtonsSource, IEnumerable newButtonsSource ) : void |
Provides derived classes an opportunity to handle changes to the ButtonsSource property.
|
|
OnForegroundColorChanged ( Color oldForegroundColor, Color newForegroundColor ) : void |
Provides derived classes an opportunity to handle changes to the ForegroundColor property.
|
|
OnIsMenuEnabledChanged ( bool oldIsMenuEnabled, bool newIsMenuEnabled ) : void |
Provides derived classes an opportunity to handle changes to the IsMenuEnabled property.
|
|
OnIsMenuVisibleChanged ( bool oldIsMenuVisible, bool newIsMenuVisible ) : void |
Provides derived classes an opportunity to handle changes to the IsMenuVisible property.
|
|
OnIsVisibleChanged ( bool oldIsVisible, bool newIsVisible ) : void |
Provides derived classes an opportunity to handle changes to the IsVisible property.
|
|
OnMenuItemTemplateChanged ( System.Windows.DataTemplate oldMenuItemTemplate, System.Windows.DataTemplate newMenuItemTemplate ) : void |
Provides derived classes an opportunity to handle changes to the MenuItemTemplate property.
|
|
OnMenuItemsChanged ( DependencyObjectCollection |
Provides derived classes an opportunity to handle changes to the MenuItems property.
|
|
OnMenuItemsSourceChanged ( IEnumerable oldMenuItemsSource, IEnumerable newMenuItemsSource ) : void |
Provides derived classes an opportunity to handle changes to the MenuItemsSource property.
|
|
OnModeChanged ( ApplicationBarMode oldMode, ApplicationBarMode newMode ) : void |
Provides derived classes an opportunity to handle changes to the Mode property.
|
메소드 | 설명 | |
---|---|---|
ApplicationBarStateChanged ( object sender, Microsoft.Phone.Shell.ApplicationBarStateChangedEventArgs e ) : void | ||
AttachButton ( |
||
AttachButtons ( IEnumerable |
||
AttachMenuItem ( |
||
AttachMenuItems ( IEnumerable |
||
ButtonsCollectionChanged ( object sender, |
||
ButtonsSourceCollectionChanged ( object sender, |
||
DetachButton ( |
||
DetachButtons ( IEnumerable |
||
DetachMenuItem ( |
||
DetachMenuItems ( IEnumerable |
||
GenerateButtonsFromSource ( ) : void | ||
GenerateMenuItemsFromSource ( ) : void | ||
MenuItemsCollectionChanged ( object sender, |
||
MenuItemsSourceCollectionChanged ( object sender, |
||
OnBackgroundColorChanged ( |
Handles changes to the BackgroundColor property.
|
|
OnBindableOpacityChanged ( |
Handles changes to the BindableOpacity property.
|
|
OnButtonTemplateChanged ( |
Handles changes to the ButtonTemplate property.
|
|
OnButtonsChanged ( |
Handles changes to the Buttons property.
|
|
OnButtonsSourceChanged ( |
Handles changes to the ButtonsSource property.
|
|
OnForegroundColorChanged ( |
Handles changes to the ForegroundColor property.
|
|
OnIsMenuEnabledChanged ( |
Handles changes to the IsMenuEnabled property.
|
|
OnIsMenuVisibleChanged ( |
Handles changes to the IsMenuVisible property.
|
|
OnIsVisibleChanged ( |
Handles changes to the IsVisible property.
|
|
OnMenuItemTemplateChanged ( |
Handles changes to the MenuItemTemplate property.
|
|
OnMenuItemsChanged ( |
Handles changes to the MenuItems property.
|
|
OnMenuItemsSourceChanged ( |
Handles changes to the MenuItemsSource property.
|
|
OnModeChanged ( |
Handles changes to the Mode property.
|
|
OnPageLoaded ( object sender, |
||
OnPageNavigating ( object sender, System e ) : void | ||
SetButtonsEnabled ( ) : void | ||
SynchronizeProperties ( ) : void |
public Attach ( PhoneApplicationPage parentPage ) : void | ||
parentPage | PhoneApplicationPage | The parentPage to attach to. |
리턴 | void |
public Detach ( PhoneApplicationPage parentPage ) : void | ||
parentPage | PhoneApplicationPage | The parentPage. |
리턴 | void |
protected OnBackgroundColorChanged ( Color oldBackgroundColor, Color newBackgroundColor ) : void | ||
oldBackgroundColor | Color | /// The old BackgroundColor value. /// |
newBackgroundColor | Color | /// The new BackgroundColor value. /// |
리턴 | void |
protected OnBindableOpacityChanged ( double oldBindableOpacity, double newBindableOpacity ) : void | ||
oldBindableOpacity | double | /// The old BindableOpacity value. /// |
newBindableOpacity | double | /// The new BindableOpacity value. /// |
리턴 | void |
protected OnButtonTemplateChanged ( System.Windows.DataTemplate oldButtonTemplate, System.Windows.DataTemplate newButtonTemplate ) : void | ||
oldButtonTemplate | System.Windows.DataTemplate | The old button template. |
newButtonTemplate | System.Windows.DataTemplate | The new button template. |
리턴 | void |
protected OnButtonsChanged ( DependencyObjectCollection |
||
oldButtons | DependencyObjectCollection |
The old buttons. |
newButtons | DependencyObjectCollection |
The new buttons. |
리턴 | void |
protected OnButtonsSourceChanged ( IEnumerable oldButtonsSource, IEnumerable newButtonsSource ) : void | ||
oldButtonsSource | IEnumerable | The old buttons source. |
newButtonsSource | IEnumerable | The new buttons source. |
리턴 | void |
protected OnForegroundColorChanged ( Color oldForegroundColor, Color newForegroundColor ) : void | ||
oldForegroundColor | Color | /// The old ForegroundColor value. /// |
newForegroundColor | Color | /// The new ForegroundColor value. /// |
리턴 | void |
protected OnIsMenuEnabledChanged ( bool oldIsMenuEnabled, bool newIsMenuEnabled ) : void | ||
oldIsMenuEnabled | bool | /// The old IsMenuEnabled value. /// |
newIsMenuEnabled | bool | /// The new IsMenuEnabled value. /// |
리턴 | void |
protected OnIsMenuVisibleChanged ( bool oldIsMenuVisible, bool newIsMenuVisible ) : void | ||
oldIsMenuVisible | bool | /// The old IsMenuVisible value. /// |
newIsMenuVisible | bool | /// The new IsMenuVisible value. /// |
리턴 | void |
protected OnIsVisibleChanged ( bool oldIsVisible, bool newIsVisible ) : void | ||
oldIsVisible | bool | The old IsVisible value. |
newIsVisible | bool | The new IsVisible value. |
리턴 | void |
protected OnMenuItemTemplateChanged ( System.Windows.DataTemplate oldMenuItemTemplate, System.Windows.DataTemplate newMenuItemTemplate ) : void | ||
oldMenuItemTemplate | System.Windows.DataTemplate | /// The old MenuItemTemplate value. /// |
newMenuItemTemplate | System.Windows.DataTemplate | /// The new MenuItemTemplate value. /// |
리턴 | void |
protected OnMenuItemsChanged ( DependencyObjectCollection |
||
oldMenuItems | DependencyObjectCollection |
The old menu items. |
newMenuItems | DependencyObjectCollection |
The new menu items. |
리턴 | void |
protected OnMenuItemsSourceChanged ( IEnumerable oldMenuItemsSource, IEnumerable newMenuItemsSource ) : void | ||
oldMenuItemsSource | IEnumerable | /// The old MenuItemsSource value. /// |
newMenuItemsSource | IEnumerable | /// The new MenuItemsSource value. /// |
리턴 | void |
protected OnModeChanged ( ApplicationBarMode oldMode, ApplicationBarMode newMode ) : void | ||
oldMode | ApplicationBarMode | The old Mode value. |
newMode | ApplicationBarMode | The new Mode value. |
리턴 | void |
public static DependencyProperty,System.Windows BackgroundColorProperty | ||
리턴 |
public static DependencyProperty,System.Windows BindableOpacityProperty | ||
리턴 |
public static DependencyProperty,System.Windows ButtonTemplateProperty | ||
리턴 |
public static DependencyProperty,System.Windows ButtonsProperty | ||
리턴 |
public static DependencyProperty,System.Windows ButtonsSourceProperty | ||
리턴 |
public static DependencyProperty,System.Windows ForegroundColorProperty | ||
리턴 |
public static DependencyProperty,System.Windows IsMenuEnabledProperty | ||
리턴 |
public static DependencyProperty,System.Windows IsMenuVisibleProperty | ||
리턴 |
public static DependencyProperty,System.Windows IsVisibleProperty | ||
리턴 |
public static DependencyProperty,System.Windows MenuItemTemplateProperty | ||
리턴 |
public static DependencyProperty,System.Windows MenuItemsProperty | ||
리턴 |
public static DependencyProperty,System.Windows MenuItemsSourceProperty | ||
리턴 |