summaryM:DotNetNuke.UI.WebControls.DNNToolBarButton.GetProperties(System.Attribute[])

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)

Syntax

C#
public PropertyDescriptorCollection GetProperties(
	Attribute[] attributes
)
Visual Basic
Public Function GetProperties ( 
	attributes As Attribute()
) As PropertyDescriptorCollection

Parameters

attributes
Type: array<System..::..Attribute>[]()[][]
paramattributesM:DotNetNuke.UI.WebControls.DNNToolBarButton.GetProperties(System.Attribute[])

Return Value

returnsM:DotNetNuke.UI.WebControls.DNNToolBarButton.GetProperties(System.Attribute[])

Implements

ICustomTypeDescriptor..::..GetProperties(array<Attribute>[]()[][])

See Also