Class StyleEditor
Namespace: FastReport.Olap.Forms
Assembly: FastCube.Mono.dll
Style editor user control.
public class StyleEditor : UserControl
Inheritance
object ← MarshalByRefObject ← Component ← Control ← ScrollableControl ← ContainerControl ← UserControl ← StyleEditor
Constructors
StyleEditor()
Creates a new instance.
public StyleEditor()
Properties
Style
Gets or sets reference to style.
public Style Style { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposing
bool
true if managed resources should be disposed; otherwise, false.
Edit(Style)
Shows the edit form.
public static bool Edit(Style style)
Parameters
style
Style
Returns
Localize()
Localizes the control.
public void Localize()