|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
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 () |
| std::wstring DXP::ICustomForm::GetCaption | ( | ) |
| int DXP::ICustomForm::GetHeight | ( | ) |
| int DXP::ICustomForm::GetLeft | ( | ) |
| int DXP::ICustomForm::GetTop | ( | ) |
| int DXP::ICustomForm::GetWidth | ( | ) |
| void DXP::ICustomForm::SetCaption | ( | std::wstring const | AValue | ) |
| void DXP::ICustomForm::SetHeight | ( | int | AValue | ) |
| void DXP::ICustomForm::SetLeft | ( | int | AValue | ) |
| void DXP::ICustomForm::SetTop | ( | int | AValue | ) |
| void DXP::ICustomForm::SetWidth | ( | int | AValue | ) |
| int DXP::ICustomForm::ShowModal | ( | ) |