File

projects/wms-framework/src/lib/models/controls/StringSettings.ts

Description

String for outlookbar sections

Extends

DependencyObject

Index

Properties
Methods

Properties

Public AddOrRemoveButtonsMenuItemHeader
Type : string
Decorators :
@Dependency(StringSettings.AddOrRemoveButtonsMenuItemHeaderProperty)

Gets and sets AddOrRemoveButtonsMenuItemHeader property

Static AddOrRemoveButtonsMenuItemHeaderProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'AddOrRemoveButtonsMenuItemHeader', 'Add or Remove Buttons', null )

AddOrRemoveButtonsMenuItemHeader dependency property

Public MinimizeButtonExpandTooltip
Type : string
Decorators :
@Dependency(StringSettings.MinimizeButtonExpandTooltipProperty)

Gets and sets MinimizeButtonExpandTooltip property

Static MinimizeButtonExpandTooltipProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'MinimizeButtonExpandTooltip', 'Expand the Navigation Pane', null )

MinimizeButtonExpandTooltip dependency property

Public MinimizeButtonMinimizeTooltip
Type : string
Decorators :
@Dependency(StringSettings.MinimizeButtonMinimizeTooltipProperty)

Gets and sets MinimizeButtonMinimizeTooltip property

Static MinimizeButtonMinimizeTooltipProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'MinimizeButtonMinimizeTooltip', 'Minimize the Navigation Pane', null )

MinimizeButtonMinimizeTooltip dependency property

Public NavigationAreaOptionsMenuItemHeader
Type : string
Decorators :
@Dependency(StringSettings.NavigationAreaOptionsMenuItemHeaderProperty)

Gets and sets NavigationAreaOptionsMenuItemHeader property

Static NavigationAreaOptionsMenuItemHeaderProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'NavigationAreaOptionsMenuItemHeader', 'Navigation Pane Options...', null )

NavigationAreaOptionsMenuItemHeader dependency property

Public NavigationPaneMinimizedText
Type : string
Decorators :
@Dependency(StringSettings.NavigationPaneMinimizedTextProperty)

Gets and sets NavigationPaneMinimizedText property

Static NavigationPaneMinimizedTextProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'NavigationPaneMinimizedText', 'Navigation Pane', null )

NavigationPaneMinimizedText dependency property

Public NavigationPaneMinimizedTooltip
Type : string
Decorators :
@Dependency(StringSettings.NavigationPaneMinimizedTooltipProperty)

Gets and sets NavigationPaneMinimizedTooltip property

Static NavigationPaneMinimizedTooltipProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'NavigationPaneMinimizedTooltip', 'Click to expand Navigation Pane', null )

NavigationPaneMinimizedTooltip dependency property

Public NavigationPaneOptionsControlCancelButton
Type : string
Decorators :
@Dependency(StringSettings.NavigationPaneOptionsControlCancelButtonProperty)

Gets and sets NavigationPaneOptionsControlCancelButton property

Static NavigationPaneOptionsControlCancelButtonProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'NavigationPaneOptionsControlCancelButton', 'Cancel', null )

NavigationPaneOptionsControlCancelButton dependency property

Public NavigationPaneOptionsControlMoveDownButton
Type : string
Decorators :
@Dependency(StringSettings.NavigationPaneOptionsControlMoveDownButtonProperty)

Gets and sets NavigationPaneOptionsControlMoveDownButton property

Static NavigationPaneOptionsControlMoveDownButtonProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'NavigationPaneOptionsControlMoveDownButton', 'Move Down', null )

NavigationPaneOptionsControlMoveDownButton dependency property

Public NavigationPaneOptionsControlMoveUpButton
Type : string
Decorators :
@Dependency(StringSettings.NavigationPaneOptionsControlMoveUpButtonProperty)

Gets and sets NavigationPaneOptionsControlMoveUpButton property

Static NavigationPaneOptionsControlMoveUpButtonProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'NavigationPaneOptionsControlMoveUpButton', 'Move Up', null )

NavigationPaneOptionsControlMoveUpButton dependency property

Public NavigationPaneOptionsControlOkButton
Type : string
Decorators :
@Dependency(StringSettings.NavigationPaneOptionsControlOkButtonProperty)

Gets and sets NavigationPaneOptionsControlOkButton property

Static NavigationPaneOptionsControlOkButtonProperty
Type : DependencyProperty
Default value : new DependencyProperty('NavigationPaneOptionsControlOkButton', 'OK', null)

NavigationPaneOptionsControlOkButton dependency property

Public NavigationPaneOptionsControlOrderLabel
Type : string
Decorators :
@Dependency(StringSettings.NavigationPaneOptionsControlOrderLabelProperty)

Gets and sets NavigationPaneOptionsControlOrderLabel property

Static NavigationPaneOptionsControlOrderLabelProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'NavigationPaneOptionsControlOrderLabel', 'Display buttons in this order', null )

NavigationPaneOptionsControlOrderLabel dependency property

Public NavigationPaneOptionsControlResetButton
Type : string
Decorators :
@Dependency(StringSettings.NavigationPaneOptionsControlResetButtonProperty)

Gets and sets NavigationPaneOptionsControlResetButton property

Static NavigationPaneOptionsControlResetButtonProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'NavigationPaneOptionsControlResetButton', 'Reset', null )

NavigationPaneOptionsControlResetButton dependency property

Public NavigationPaneOptionsDialogTitle
Type : string
Decorators :
@Dependency(StringSettings.NavigationPaneOptionsDialogTitleProperty)

Gets and sets NavigationPaneOptionsDialogTitle property

Static NavigationPaneOptionsDialogTitleProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'NavigationPaneOptionsDialogTitle', 'Navigation Pane Options', null )

NavigationPaneOptionsDialogTitle dependency property

Public OverflowMenuButtonTooltip
Type : string
Decorators :
@Dependency(StringSettings.OverflowMenuButtonTooltipProperty)

Gets and sets OverflowMenuButtonTooltip property

Static OverflowMenuButtonTooltipProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'OverflowMenuButtonTooltip', 'Configure buttons', null )

OverflowMenuButtonTooltip dependency property

Public ShowFewerButtonsMenuItemHeader
Type : string
Decorators :
@Dependency(StringSettings.ShowFewerButtonsMenuItemHeaderProperty)

Gets and sets ShowFewerButtonsMenuItemHeader property

Static ShowFewerButtonsMenuItemHeaderProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'ShowFewerButtonsMenuItemHeader', 'Show Fewer Buttons', null )

ShowFewerButtonsMenuItemHeader dependency property

Public ShowMoreButtonsMenuItemHeader
Type : string
Decorators :
@Dependency(StringSettings.ShowMoreButtonsMenuItemHeaderProperty)

Gets and sets ShowMoreButtonsMenuItemHeader property

Static ShowMoreButtonsMenuItemHeaderProperty
Type : DependencyProperty
Default value : new DependencyProperty( 'ShowMoreButtonsMenuItemHeader', 'Show More Buttons', null )

ShowMoreButtonsMenuItemHeader dependency property

Protected bindingExpressions
Default value : new SimpleDictionary< string, BindingExpression >()
Inherited from DependencyObject
Public BindingValidationError
Default value : new SubscriptionEvent< (sender: any, e: BindingValidationErrorEventArgs) => void >()
Inherited from DependencyObject

Event for validation errors

Public change
Type : SubscriptionEvent<void>
Default value : new SubscriptionEvent()
Inherited from DependencyObject

Infrastructure event for notifying event changes

Public Dispatcher
Type : Dispatcher
Default value : Dispatcher.GetDispatcher()
Inherited from DependencyObject
isEnableSetPropertiesRegistry
Type : boolean
Default value : true
Inherited from DependencyObject

Flag which indicates if the dependency property set mechanism is enable

Public IsInitializingBindings
Type : boolean
Default value : false
Inherited from DependencyObject

Property to determine if bindings are being initialized

previousValidationMessage
Type : string
Default value : ''
Inherited from DependencyObject
Protected properties
Type : object
Default value : {}
Inherited from DependencyObject
Private setPropertiesRegistry
Type : Map<string | boolean>
Default value : new Map()
Inherited from DependencyObject

Registry with dependencies properties which has been set

validationerr
Default value : false
Inherited from DependencyObject
validationMessagesStack
Type : Array<>
Default value : []
Inherited from DependencyObject

Keeps a queue of validation messages registered on the current Dependency Object

Methods

Private addRelatedSubscriptionIfRequired
addRelatedSubscriptionIfRequired(event: SubscriptionEvent<any>, theHandler: any, bindingExpression: BindingExpression)
Inherited from DependencyObject
Parameters :
Name Type Optional
event SubscriptionEvent<any> No
theHandler any No
bindingExpression BindingExpression No
Returns : void
Private addSubscriptionForTwoWayBindings
addSubscriptionForTwoWayBindings(dependencyProperty: DependencyProperty, binding: Binding, bindingExpression: BindingExpression)
Inherited from DependencyObject
Parameters :
Name Type Optional
dependencyProperty DependencyProperty No
binding Binding No
bindingExpression BindingExpression No
Returns : void
addsValidationMessage
addsValidationMessage(propKey: Binding | string, message: string)
Inherited from DependencyObject

Adds a new validation message associated to a binding or a property name

Parameters :
Name Type Optional
propKey Binding | string No
message string No
Returns : void
Private beginSubscribeToMultiPropertyPathChanges
beginSubscribeToMultiPropertyPathChanges(context: any, binding: Binding, dependencyProperty: DependencyProperty, bindingExpression: BindingExpression)
Inherited from DependencyObject
Parameters :
Name Type Optional
context any No
binding Binding No
dependencyProperty DependencyProperty No
bindingExpression BindingExpression No
Returns : void
Private checkForSubscriptoinToDataErrorInfo
checkForSubscriptoinToDataErrorInfo(currentContext: any, binding: Binding, propertyToSubscribe: string, bindingExpression: BindingExpression)
Inherited from DependencyObject
Parameters :
Name Type Optional
currentContext any No
binding Binding No
propertyToSubscribe string No
bindingExpression BindingExpression No
Returns : void
Public clearValue
clearValue(property: DependencyProperty)
Inherited from DependencyObject

Clears the dependency property value

Parameters :
Name Type Optional
property DependencyProperty No
Returns : void
Equals
Equals(obj: any)
Inherited from DependencyObject

Compares this dependency object agains another object.

Parameters :
Name Type Optional
obj any No
Returns : boolean

{boolean}

GetChild
GetChild(idx: number)
Inherited from DependencyObject

Gets the child element at the index position

Parameters :
Name Type Optional
idx number No
Returns : DependencyObject

{DependencyObject}

GetChildrenCount
GetChildrenCount()
Inherited from DependencyObject

Method o know the amount of children the parent has

Returns : number

{number}

GetHashCode
GetHashCode()
Inherited from DependencyObject

Gets a hash code for this dependency object.

Returns : number

{number}

Public getValue
getValue(property: DependencyProperty)
Inherited from DependencyObject

Gets the value of a dependency property

Parameters :
Name Type Optional
property DependencyProperty No
Returns : any
Private handleErrorsOnContext
handleErrorsOnContext(errorCtxt: INotifyDataErrorInfo, args: DataErrorsChangedEventArgs)
Inherited from DependencyObject

Check and register possible errors in an error context

Parameters :
Name Type Optional
errorCtxt INotifyDataErrorInfo No
args DataErrorsChangedEventArgs No
Returns : void
Public IsPropertySet
IsPropertySet(propertyName: string)
Inherited from DependencyObject

Indicates if the property has been already set.

Parameters :
Name Type Optional
propertyName string No
Returns : any
Private performDataErrorValidationIfRequired
performDataErrorValidationIfRequired(binding: Binding, theBindingContext: any)
Inherited from DependencyObject

Performs validation on model if the model implementes IDataErrorINfo

Parameters :
Name Type Optional
binding Binding No
theBindingContext any No
Returns : void
Private performRemoveValidationIfInValidationError
performRemoveValidationIfInValidationError(binding: Binding)
Inherited from DependencyObject

Performs the remove validation if the InValidationError is true

Parameters :
Name Type Optional
binding Binding No
Returns : void
Public performTargetObjectBindingUpdate
performTargetObjectBindingUpdate(dependencyProperty: DependencyProperty, binding: Binding)
Inherited from DependencyObject

Updates the target object value associated to the binding.

Parameters :
Name Type Optional
dependencyProperty DependencyProperty No
binding Binding No
Returns : void
Private preprocessValue
preprocessValue(property: DependencyProperty, value: any)
Inherited from DependencyObject

Preprocess value to be set to dependency property

Parameters :
Name Type Optional
property DependencyProperty No
value any No
Returns : any
Private recreateSubscriptionsForMultiPropertyBindingPath
recreateSubscriptionsForMultiPropertyBindingPath(currentContext: any, outerContext: any, properties: string[], propertyIndex: number, dependencyProperty: DependencyProperty, bindingExpression: BindingExpression, subscriptionsForCurrentBindingPath: Array<>)
Inherited from DependencyObject
Parameters :
Name Type Optional
currentContext any No
outerContext any No
properties string[] No
propertyIndex number No
dependencyProperty DependencyProperty No
bindingExpression BindingExpression No
subscriptionsForCurrentBindingPath Array<> No
Returns : void
Private registerSetPropertyIfRequired
registerSetPropertyIfRequired(name: string)
Inherited from DependencyObject

Register set property if required

Parameters :
Name Type Optional
name string No
Returns : void
Private removeSubscriptionsForMultiPropertyBindingPath
removeSubscriptionsForMultiPropertyBindingPath(subscriptionsForCurrentBindingPath: [], propertyIndex: number)
Inherited from DependencyObject
Parameters :
Name Type Optional
subscriptionsForCurrentBindingPath [] No
propertyIndex number No
Returns : void
removeValidationMessage
removeValidationMessage(propKey: Binding | string)
Inherited from DependencyObject

Removes a validation message associated to a binding or a property name

Parameters :
Name Type Optional
propKey Binding | string No
Returns : void
SetBinding
SetBinding(dependencyProperty: DependencyProperty, binding: Binding)
Inherited from DependencyObject

Sets a binding to the specified property at runtime

Parameters :
Name Type Optional Description
dependencyProperty DependencyProperty No

property to bind

binding Binding No

binding object

Returns : void
Public setValue
setValue(property: DependencyProperty, value: any)
Inherited from DependencyObject

Sets the value for a dependency property

Parameters :
Name Type Optional
property DependencyProperty No
value any No
Returns : void
Public setValueForScopedRegion
setValueForScopedRegion(property: DependencyProperty, value: any, scopedRegionManager: IRegionManager)
Inherited from DependencyObject

Sets the value for a dependency property. This is a workaround to support Scoped Region Managers. A research is required to find out the way to get the application region Manager when scoped region managers are used (when creating the DelayedRegionBehavior, the correct scoped region manager must be passed as an argument).

Parameters :
Name Type Optional
property DependencyProperty No
value any No
scopedRegionManager IRegionManager No
Returns : void
Protected shouldPreventDefaultSourceUpdate
shouldPreventDefaultSourceUpdate(dependencyProperty: DependencyProperty, binding: BindingExpression)
Inherited from DependencyObject
Parameters :
Name Type Optional
dependencyProperty DependencyProperty No
binding BindingExpression No
Returns : boolean
Private subscribeToBindingPathChanges
subscribeToBindingPathChanges(context: any, binding: Binding, dependencyProperty: DependencyProperty, bindingExpression: BindingExpression)
Inherited from DependencyObject
Parameters :
Name Type Optional
context any No
binding Binding No
dependencyProperty DependencyProperty No
bindingExpression BindingExpression No
Returns : void
Private subscribeToErrorsChangedInModel
subscribeToErrorsChangedInModel(errorCtxt: INotifyDataErrorInfo, propertyToSubscribe: string, bindingExpression: BindingExpression)
Inherited from DependencyObject
Parameters :
Name Type Optional
errorCtxt INotifyDataErrorInfo No
propertyToSubscribe string No
bindingExpression BindingExpression No
Returns : void
Private subscribeToPropertyChanges
subscribeToPropertyChanges(currentContext: any, outerContext: any, properties: string[], propertyIndex: number, dependencyProperty: DependencyProperty, bindingExpression: BindingExpression, subscriptionsForCurrentBindingPath: Array<>)
Inherited from DependencyObject
Parameters :
Name Type Optional
currentContext any No
outerContext any No
properties string[] No
propertyIndex number No
dependencyProperty DependencyProperty No
bindingExpression BindingExpression No
subscriptionsForCurrentBindingPath Array<> No
Returns : void
Private updateSourceOfBinding
updateSourceOfBinding(binding: Binding, outerContext: any, dependencyProperty: DependencyProperty)
Inherited from DependencyObject

Updates the source of a binding

Parameters :
Name Type Optional
binding Binding No
outerContext any No
dependencyProperty DependencyProperty No
Returns : void
import { DependencyObject } from '../../basecomponentmodel/DependencyObject';
import { Dependency } from '../../basecomponentmodel/Dependency';
import { DependencyProperty } from '../../basecomponentmodel/DependencyProperty';

/**
 *  String for outlookbar sections
 *
 * @export
 * @class StringSettings
 * @extends {DependencyObject}
 * @wType Infragistics.Controls.Menus.StringSettings
 */
export class StringSettings extends DependencyObject {
  /**
   * AddOrRemoveButtonsMenuItemHeader dependency property
   *
   * @static
   * @type {DependencyProperty}
   * @memberof StringSettings
   */
  static AddOrRemoveButtonsMenuItemHeaderProperty: DependencyProperty =
    new DependencyProperty(
      'AddOrRemoveButtonsMenuItemHeader',
      'Add or Remove Buttons',
      null
    );

  /**
   * MinimizeButtonExpandTooltip dependency property
   *
   * @static
   * @type {DependencyProperty}
   * @memberof StringSettings
   */
  static MinimizeButtonExpandTooltipProperty: DependencyProperty =
    new DependencyProperty(
      'MinimizeButtonExpandTooltip',
      'Expand the Navigation Pane',
      null
    );

  /**
   * MinimizeButtonMinimizeTooltip dependency property
   *
   * @static
   * @type {DependencyProperty}
   * @memberof StringSettings
   */
  static MinimizeButtonMinimizeTooltipProperty: DependencyProperty =
    new DependencyProperty(
      'MinimizeButtonMinimizeTooltip',
      'Minimize the Navigation Pane',
      null
    );

  /**
   * NavigationAreaOptionsMenuItemHeader dependency property
   *
   * @static
   * @type {DependencyProperty}
   * @memberof StringSettings
   */
  static NavigationAreaOptionsMenuItemHeaderProperty: DependencyProperty =
    new DependencyProperty(
      'NavigationAreaOptionsMenuItemHeader',
      'Navigation Pane Options...',
      null
    );

  /**
   * NavigationPaneMinimizedText dependency property
   *
   * @static
   * @type {DependencyProperty}
   * @memberof StringSettings
   */
  static NavigationPaneMinimizedTextProperty: DependencyProperty =
    new DependencyProperty(
      'NavigationPaneMinimizedText',
      'Navigation Pane',
      null
    );

  /**
   * NavigationPaneMinimizedTooltip dependency property
   *
   * @static
   * @type {DependencyProperty}
   * @memberof StringSettings
   */
  static NavigationPaneMinimizedTooltipProperty: DependencyProperty =
    new DependencyProperty(
      'NavigationPaneMinimizedTooltip',
      'Click to expand Navigation Pane',
      null
    );

  /**
   * NavigationPaneOptionsControlCancelButton dependency property
   *
   * @static
   * @type {DependencyProperty}
   * @memberof StringSettings
   */
  static NavigationPaneOptionsControlCancelButtonProperty: DependencyProperty =
    new DependencyProperty(
      'NavigationPaneOptionsControlCancelButton',
      'Cancel',
      null
    );

  /**
   * NavigationPaneOptionsControlMoveDownButton dependency property
   *
   * @static
   * @type {DependencyProperty}
   * @memberof StringSettings
   */
  static NavigationPaneOptionsControlMoveDownButtonProperty: DependencyProperty =
    new DependencyProperty(
      'NavigationPaneOptionsControlMoveDownButton',
      'Move Down',
      null
    );

  /**
   * NavigationPaneOptionsControlMoveUpButton dependency property
   *
   * @static
   * @type {DependencyProperty}
   * @memberof StringSettings
   */
  static NavigationPaneOptionsControlMoveUpButtonProperty: DependencyProperty =
    new DependencyProperty(
      'NavigationPaneOptionsControlMoveUpButton',
      'Move Up',
      null
    );

  /**
   * NavigationPaneOptionsControlOkButton dependency property
   *
   * @static
   * @type {DependencyProperty}
   * @memberof StringSettings
   */
  static NavigationPaneOptionsControlOkButtonProperty: DependencyProperty =
    new DependencyProperty('NavigationPaneOptionsControlOkButton', 'OK', null);

  /**
   * NavigationPaneOptionsControlOrderLabel dependency property
   *
   * @static
   * @type {DependencyProperty}
   * @memberof StringSettings
   */
  static NavigationPaneOptionsControlOrderLabelProperty: DependencyProperty =
    new DependencyProperty(
      'NavigationPaneOptionsControlOrderLabel',
      'Display buttons in this order',
      null
    );

  /**
   * NavigationPaneOptionsControlResetButton dependency property
   *
   * @static
   * @type {DependencyProperty}
   * @memberof StringSettings
   */
  static NavigationPaneOptionsControlResetButtonProperty: DependencyProperty =
    new DependencyProperty(
      'NavigationPaneOptionsControlResetButton',
      'Reset',
      null
    );

  /**
   * NavigationPaneOptionsDialogTitle dependency property
   *
   * @static
   * @type {DependencyProperty}
   * @memberof StringSettings
   */
  static NavigationPaneOptionsDialogTitleProperty: DependencyProperty =
    new DependencyProperty(
      'NavigationPaneOptionsDialogTitle',
      'Navigation Pane Options',
      null
    );

  /**
   * OverflowMenuButtonTooltip dependency property
   *
   * @static
   * @type {DependencyProperty}
   * @memberof StringSettings
   */
  static OverflowMenuButtonTooltipProperty: DependencyProperty =
    new DependencyProperty(
      'OverflowMenuButtonTooltip',
      'Configure buttons',
      null
    );

  /**
   * ShowFewerButtonsMenuItemHeader dependency property
   *
   * @static
   * @type {DependencyProperty}
   * @memberof StringSettings
   */
  static ShowFewerButtonsMenuItemHeaderProperty: DependencyProperty =
    new DependencyProperty(
      'ShowFewerButtonsMenuItemHeader',
      'Show Fewer Buttons',
      null
    );

  /**
   * ShowMoreButtonsMenuItemHeader dependency property
   *
   * @static
   * @type {DependencyProperty}
   * @memberof StringSettings
   */
  static ShowMoreButtonsMenuItemHeaderProperty: DependencyProperty =
    new DependencyProperty(
      'ShowMoreButtonsMenuItemHeader',
      'Show More Buttons',
      null
    );

  /**
   * Gets and sets AddOrRemoveButtonsMenuItemHeader property
   *
   * @type {string}
   * @memberof StringSettings
   */
  @Dependency(StringSettings.AddOrRemoveButtonsMenuItemHeaderProperty)
  public AddOrRemoveButtonsMenuItemHeader: string;

  /**
   * Gets and sets MinimizeButtonExpandTooltip property
   *
   * @type {string}
   * @memberof StringSettings
   */
  @Dependency(StringSettings.MinimizeButtonExpandTooltipProperty)
  public MinimizeButtonExpandTooltip: string;

  /**
   * Gets and sets MinimizeButtonMinimizeTooltip property
   *
   * @type {string}
   * @memberof StringSettings
   */
  @Dependency(StringSettings.MinimizeButtonMinimizeTooltipProperty)
  public MinimizeButtonMinimizeTooltip: string;

  /**
   * Gets and sets NavigationAreaOptionsMenuItemHeader property
   *
   * @type {string}
   * @memberof StringSettings
   */
  @Dependency(StringSettings.NavigationAreaOptionsMenuItemHeaderProperty)
  public NavigationAreaOptionsMenuItemHeader: string;

  /**
   * Gets and sets NavigationPaneMinimizedText property
   *
   * @type {string}
   * @memberof StringSettings
   */
  @Dependency(StringSettings.NavigationPaneMinimizedTextProperty)
  public NavigationPaneMinimizedText: string;

  /**
   * Gets and sets NavigationPaneMinimizedTooltip property
   *
   * @type {string}
   * @memberof StringSettings
   */
  @Dependency(StringSettings.NavigationPaneMinimizedTooltipProperty)
  public NavigationPaneMinimizedTooltip: string;

  /**
   * Gets and sets NavigationPaneOptionsControlCancelButton property
   *
   * @type {string}
   * @memberof StringSettings
   */
  @Dependency(StringSettings.NavigationPaneOptionsControlCancelButtonProperty)
  public NavigationPaneOptionsControlCancelButton: string;

  /**
   * Gets and sets NavigationPaneOptionsControlMoveDownButton property
   *
   * @type {string}
   * @memberof StringSettings
   */
  @Dependency(StringSettings.NavigationPaneOptionsControlMoveDownButtonProperty)
  public NavigationPaneOptionsControlMoveDownButton: string;

  /**
   * Gets and sets NavigationPaneOptionsControlMoveUpButton property
   *
   * @type {string}
   * @memberof StringSettings
   */
  @Dependency(StringSettings.NavigationPaneOptionsControlMoveUpButtonProperty)
  public NavigationPaneOptionsControlMoveUpButton: string;

  /**
   * Gets and sets NavigationPaneOptionsControlOkButton property
   *
   * @type {string}
   * @memberof StringSettings
   */
  @Dependency(StringSettings.NavigationPaneOptionsControlOkButtonProperty)
  public NavigationPaneOptionsControlOkButton: string;

  /**
   * Gets and sets NavigationPaneOptionsControlOrderLabel property
   *
   * @type {string}
   * @memberof StringSettings
   */
  @Dependency(StringSettings.NavigationPaneOptionsControlOrderLabelProperty)
  public NavigationPaneOptionsControlOrderLabel: string;

  /**
   * Gets and sets NavigationPaneOptionsControlResetButton property
   *
   * @type {string}
   * @memberof StringSettings
   */
  @Dependency(StringSettings.NavigationPaneOptionsControlResetButtonProperty)
  public NavigationPaneOptionsControlResetButton: string;

  /**
   * Gets and sets NavigationPaneOptionsDialogTitle property
   *
   * @type {string}
   * @memberof StringSettings
   */
  @Dependency(StringSettings.NavigationPaneOptionsDialogTitleProperty)
  public NavigationPaneOptionsDialogTitle: string;

  /**
   * Gets and sets OverflowMenuButtonTooltip property
   *
   * @type {string}
   * @memberof StringSettings
   */
  @Dependency(StringSettings.OverflowMenuButtonTooltipProperty)
  public OverflowMenuButtonTooltip: string;

  /**
   * Gets and sets ShowFewerButtonsMenuItemHeader property
   *
   * @type {string}
   * @memberof StringSettings
   */
  @Dependency(StringSettings.ShowFewerButtonsMenuItemHeaderProperty)
  public ShowFewerButtonsMenuItemHeader: string;

  /**
   * Gets and sets ShowMoreButtonsMenuItemHeader property
   *
   * @type {string}
   * @memberof StringSettings
   */
  @Dependency(StringSettings.ShowMoreButtonsMenuItemHeaderProperty)
  public ShowMoreButtonsMenuItemHeader: string;
}

result-matching ""

    No results matching ""