EbsOpen Class Library for EBSILON®Professional

ApplicationEdit.SetEnableExtendedPropertyPage Method 

[Visual Basic]
Public Sub SetEnableExtendedPropertyPage( _ 
   ByVal ExtendedPropertyPage As EpExtendedPropertyPage, _ 
   ByVal Enable As Boolean _ 
)
[C#]
public void SetEnableExtendedPropertyPage(
   EpExtendedPropertyPage ExtendedPropertyPage,
   bool Enable
);
[C++]
public: void SetEnableExtendedPropertyPage(
   EpExtendedPropertyPage ExtendedPropertyPage,
   bool Enable
);
[JScript]
public function SetEnableExtendedPropertyPage(
   EpExtendedPropertyPage ExtendedPropertyPage,
   bool Enable
);

See Also

ApplicationEdit Class | EbsOpen Namespace