Packagestimulsoft.controls_old.visual.ribbonPanels
Classpublic class StiClipboardRibbonPanel
InheritanceStiClipboardRibbonPanel Inheritance StiTabNavigatorPanel Inheritance mx.containers.VBox
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  buttonCopy : StiButton
StiClipboardRibbonPanel
  buttonCut : StiButton
StiClipboardRibbonPanel
  buttonDelete : StiButton
StiClipboardRibbonPanel
 InheritedbuttonEnabled : Boolean
StiTabNavigatorPanel
  buttonPaste : StiButton
StiClipboardRibbonPanel
 InheritedbuttonToolTip : Object
StiTabNavigatorPanel
 Inheritedcaption : String
StiTabNavigatorPanel
  designer : StiDesignerFx
StiClipboardRibbonPanel
 InheritedshowButton : Boolean
StiTabNavigatorPanel
Public Methods
 MethodDefined By
  
Constructor.
StiClipboardRibbonPanel
 Inherited
getControlByName(name:String):Object
StiTabNavigatorPanel
Protected Methods
 MethodDefined By
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiTabNavigatorPanel
Events
 Event Summary Defined By
 Inherited
Public Constants
 ConstantDefined By
 InheritedStiButtonClick : String = buttonClick
[static]
StiTabNavigatorPanel
Property Detail
buttonCopyproperty
public var buttonCopy:StiButton

This property can be used as the source for data binding.

buttonCutproperty 
public var buttonCut:StiButton

This property can be used as the source for data binding.

buttonDeleteproperty 
public var buttonDelete:StiButton

This property can be used as the source for data binding.

buttonPasteproperty 
public var buttonPaste:StiButton

This property can be used as the source for data binding.

designerproperty 
designer:StiDesignerFx


Implementation
    public function get designer():StiDesignerFx
    public function set designer(value:StiDesignerFx):void
Constructor Detail
StiClipboardRibbonPanel()Constructor
public function StiClipboardRibbonPanel()

Constructor.