Altium C++ SDK 3.0
Loading...
Searching...
No Matches
DXP::ICustomForm Struct Reference

#include <DXP.Interfaces.h>

Inheritance diagram for DXP::ICustomForm:

Public Member Functions

std::wstring GetCaption ()
void SetCaption (std::wstring const AValue)
int GetLeft ()
void SetLeft (int AValue)
int GetTop ()
void SetTop (int AValue)
int GetWidth ()
void SetWidth (int AValue)
int GetHeight ()
void SetHeight (int AValue)
int ShowModal ()

Member Function Documentation

◆ GetCaption()

std::wstring DXP::ICustomForm::GetCaption ( )

◆ GetHeight()

int DXP::ICustomForm::GetHeight ( )

◆ GetLeft()

int DXP::ICustomForm::GetLeft ( )

◆ GetTop()

int DXP::ICustomForm::GetTop ( )

◆ GetWidth()

int DXP::ICustomForm::GetWidth ( )

◆ SetCaption()

void DXP::ICustomForm::SetCaption ( std::wstring const AValue)

◆ SetHeight()

void DXP::ICustomForm::SetHeight ( int AValue)

◆ SetLeft()

void DXP::ICustomForm::SetLeft ( int AValue)

◆ SetTop()

void DXP::ICustomForm::SetTop ( int AValue)

◆ SetWidth()

void DXP::ICustomForm::SetWidth ( int AValue)

◆ ShowModal()

int DXP::ICustomForm::ShowModal ( )

The documentation for this struct was generated from the following file: