Table of Contents

Class CustomButton

Namespace
PolarStudio
Assembly
PolarStudio.dll

This class is a container for a button custom created in Polar Studio

public class CustomButton : Button
Inheritance
CustomButton
Inherited Members
Extension Methods

Properties

Enabled

This property gets/sets if this custom button is enabled

public override bool Enabled { get; set; }

Property Value

bool

Visible

This property gets/sets if this custom button is visible

public override bool Visible { get; set; }

Property Value

bool