Table of Contents

Class StyleEditor

Namespace: FastReport.Olap.Forms
Assembly: FastCube.Mono.dll

Style editor user control.

public class StyleEditor : UserControl

Inheritance

objectMarshalByRefObjectComponentControlScrollableControlContainerControlUserControlStyleEditor

Constructors

StyleEditor()

Creates a new instance.

public StyleEditor()

Properties

Style

Gets or sets reference to style.

public Style Style { get; set; }

Property Value

Style

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

bool

Localize()

Localizes the control.

public void Localize()