# XSalFlatButton

Namespace: **PPJ.Runtime.XSal**

Assembly: **PPJ.Web.XSal.49** (4.9.0.0)

{% tabs %}
{% tab title="C#" %}

```csharp
public class XSalFlatButton : SalPushbutton
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class XSalFlatButton
    Inherits SalPushbutton
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)XSalFlatButton()

Default Constructor.

## Properties

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)Style

[ToolbuttonStyles](https://web-api.iceteagroup.com/ppj.web.xsal.49/controls/ppj.runtime.xsal.xsalflatbutton): Returns/Sets the XSal style for the button control.

## Methods

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FuqnVoSwYo95wh3jzDFPE%2Fstatic.png?alt=media\&token=ac9ad63b-db19-46a9-a325-36647205a41a)FromHandle(handle)

Returns the control associated with the handle.

| Parameter  | Type                                                                                                 | Description |
| ---------- | ---------------------------------------------------------------------------------------------------- | ----------- |
| **handle** | [SalWindowHandle](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salwindowhandle.md) |             |

**Returns:** [XSalFlatButton](https://docs.wisej.com/extensions/ppj.web.xsal.49/controls/ppj.runtime.xsal.xsalflatbutton.md).

## Implements

| Name                                                                                                                    | Description |
| ----------------------------------------------------------------------------------------------------------------------- | ----------- |
| [ISalControl](https://docs.wisej.com/extensions/ppj.web.49/interfaces/ppj.runtime.windows.isalcontrol.md)               |             |
| [ISalPictureControl](https://docs.wisej.com/extensions/ppj.web.49/interfaces/ppj.runtime.windows.isalpicturecontrol.md) |             |
| [ISalWindow](https://docs.wisej.com/extensions/ppj.web.49/interfaces/ppj.runtime.windows.isalwindow.md)                 |             |
