Windward Engine API Reference
buttonLayoutSection Property
See Also  Send comments on this topic.
WindwardReportsDrivers.SalesForce Namespace > DescribeLayout Class : buttonLayoutSection Property




Glossary Item Box

Syntax

Visual Basic (Declaration) 
<XmlArrayItemAttribute("detailButtons")>
Public Property buttonLayoutSection As DescribeLayoutButton()
Visual Basic (Usage)Copy Code
Dim instance As DescribeLayout
Dim value() As DescribeLayoutButton
 
instance.buttonLayoutSection = value
 
value = instance.buttonLayoutSection
C# 
[XmlArrayItemAttribute("detailButtons")]
public DescribeLayoutButton[] buttonLayoutSection {get; set;}
Managed Extensions for C++ 
[XmlArrayItemAttribute("detailButtons")]
public: __property DescribeLayoutButton*[]* get_buttonLayoutSection();
public: __property void set_buttonLayoutSection( 
   DescribeLayoutButton*[]* value
);
C++/CLI 
[XmlArrayItemAttribute("detailButtons")]
public:
property array<DescribeLayoutButton^>^ buttonLayoutSection {
   array<DescribeLayoutButton^>^ get();
   void set (    array<DescribeLayoutButton^>^ value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.