ControlSkinDelegate.xml 971 B

12345678910111213141516171819202122232425262728
  1. <Type Name="ControlSkinDelegate" FullName="System.Web.UI.ControlSkinDelegate">
  2. <TypeSignature Language="C#" Value="public delegate System.Web.UI.Control ControlSkinDelegate(Control control);" />
  3. <AssemblyInfo>
  4. <AssemblyName>System.Web</AssemblyName>
  5. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  6. </AssemblyInfo>
  7. <Base>
  8. <BaseTypeName>System.Delegate</BaseTypeName>
  9. </Base>
  10. <Parameters>
  11. <Parameter Name="control" Type="System.Web.UI.Control" />
  12. </Parameters>
  13. <ReturnValue>
  14. <ReturnType>System.Web.UI.Control</ReturnType>
  15. </ReturnValue>
  16. <Docs>
  17. <param name="control">To be added.</param>
  18. <summary>To be added.</summary>
  19. <value>To be added.</value>
  20. <remarks>To be added.</remarks>
  21. <since version=".NET 2.0" />
  22. </Docs>
  23. <Attributes>
  24. <Attribute>
  25. <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)</AttributeName>
  26. </Attribute>
  27. </Attributes>
  28. </Type>