Skybound Rebar

RebarBandCustomizer Class

Provides a localizable implementation of the control used to customize a Rebar band.

For a list of all members of this type, see RebarBandCustomizer Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.UserControl
                     Skybound.Rebar.RebarBandCustomizer

[Visual Basic]
Public Class RebarBandCustomizer
    Inherits UserControl
    Implements ITypeDescriptorFilterService
[C#]
public class RebarBandCustomizer : UserControl, ITypeDescriptorFilterService

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Create a control that inherits from this type to implement a customize dialog in any language.

See 9. Using and Extending the Customize Dialog in the Programmer's Guide for details.

Requirements

Namespace: Skybound.Rebar

Assembly: Skybound.Rebar (in Skybound.Rebar.dll)

See Also

RebarBandCustomizer Members | Skybound.Rebar Namespace