The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
=head1 NAME

Mozilla::DOM::NSHTMLButtonElement

=for object Mozilla::DOM::NSHTMLButtonElement

Mozilla::DOM::NSHTMLButtonElement is a wrapper around an instance of Mozilla's
nsIDOMNSHTMLButtonElement interface. This class inherits from
L<Supports|Mozilla::DOM::Supports>.

=head1 CLASS METHODS

=head2 $iid = Mozilla::DOM::NSHTMLButtonElement->B<GetIID>()

Pass this to QueryInterface.

=head1 METHODS

=head2 $nshtmlbuttonelement->B<Blur>()

=head2 $nshtmlbuttonelement->B<Focus>()

=head2 $nshtmlbuttonelement->B<Click>()

=head2 $type = $nshtmlbuttonelement->B<GetType>()

Output:

=over

=item $type (string)

=back

=head2 $nshtmlbuttonelement->B<SetType>($type)

Input:

=over

=item $aType (string)

=back

=head1 SEE ALSO

L<Mozilla::DOM>

=head1 COPYRIGHT

Copyright (C) 2005-2007, Scott Lanning

This software is licensed under the LGPL.  See L<Mozilla::DOM> for a full notice.

=cut