Class RadSpreadsheetStatusBar
Inheritance
System.Object
RadSpreadsheetStatusBar
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class RadSpreadsheetStatusBar : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadSpreadsheetStatusBar()
Declaration
public RadSpreadsheetStatusBar()
Fields
ActiveSheetEditorProperty
ScaleFactorProperty
ScaleTrackBarWidthProperty
Properties
ActiveSheetEditor
Gets or sets the active sheet editor.
Declaration
public IRadSheetEditor ActiveSheetEditor { get; set; }
Property Value
IRadSheetEditor
The active sheet editor. |
ScaleFactor
Gets or sets the scale factor.
Declaration
public SizeF ScaleFactor { get; set; }
Property Value
System.Drawing.SizeF
The scale factor. |
ScaleTrackBarWidth
Gets or sets the scale factor trackbar width.
Declaration
public float ScaleTrackBarWidth { get; set; }
Property Value
System.Single
The scale factor. |
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateCustomScaleDialogButton()
Declaration
protected virtual RadButtonElement CreateCustomScaleDialogButton()
Returns
RadButtonElement
|
CreateLabelElement()
CreateScaleTrackBar()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
ScaleFactorCoefficientToPercent(Single)
Declaration
protected virtual float ScaleFactorCoefficientToPercent(float value)
Parameters
System.Single
value
|
Returns
System.Single
|
SetSliderScaleFactor(SizeF)
Sets the slider scale factor.
Declaration
public void SetSliderScaleFactor(SizeF scaleFactor)
Parameters
System.Drawing.SizeF
scaleFactor
The scale factor. |